diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-27 11:59:19 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-27 11:59:19 +0000 |
commit | d19948df0540df8dbc989931135254c98a112591 (patch) | |
tree | 4b7440db3eca3bdfdef4352b5635acb2e910c14e /package/busybox/Makefile | |
parent | ab798095fa64005c6da0bc8ddc8ca3bba754e25a (diff) | |
download | master-187ad058-d19948df0540df8dbc989931135254c98a112591.tar.gz master-187ad058-d19948df0540df8dbc989931135254c98a112591.tar.bz2 master-187ad058-d19948df0540df8dbc989931135254c98a112591.zip |
package/busybox: add 2 upstream fixes (ash & cpio), bumb release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21186 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 bc2554b019..3b93a0575d 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.16.1 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ |