diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-07 22:58:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-07 22:58:39 +0000 |
commit | e4a8f5abe631ca557c95456eae1dfe131cee75c0 (patch) | |
tree | 17bbea5ad50ee45e8a1c4b4caa64d05573a7d4b6 /package/busybox/Makefile | |
parent | 93886bc77667952afa306863c766cad00821074e (diff) | |
download | upstream-e4a8f5abe631ca557c95456eae1dfe131cee75c0.tar.gz upstream-e4a8f5abe631ca557c95456eae1dfe131cee75c0.tar.bz2 upstream-e4a8f5abe631ca557c95456eae1dfe131cee75c0.zip |
package/busybox: use new service wrapper
SVN-Revision: 28836
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index a5f154820c..a6b6556052 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.19.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |