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 | 8b21997f14a67fdf4e9f4e0171d187feebccea2f (patch) | |
tree | 87189354c25d9a004e4d56b360673ad62965b413 /package/busybox/Makefile | |
parent | 76be14c4c26d8c38aa198a811867a797dcc5d403 (diff) | |
download | master-187ad058-8b21997f14a67fdf4e9f4e0171d187feebccea2f.tar.gz master-187ad058-8b21997f14a67fdf4e9f4e0171d187feebccea2f.tar.bz2 master-187ad058-8b21997f14a67fdf4e9f4e0171d187feebccea2f.zip |
package/busybox: use new service wrapper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28836 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |