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 | 14fe6e0238d151e394c1af1248e1a934ed39f816 (patch) | |
tree | 937fe06d202131f0c238024adbbe417be55192d0 /package/busybox/Makefile | |
parent | d3c4f6f02f6a4b2bca35c3b8c2b8dfdc10fd139d (diff) | |
download | upstream-14fe6e0238d151e394c1af1248e1a934ed39f816.tar.gz upstream-14fe6e0238d151e394c1af1248e1a934ed39f816.tar.bz2 upstream-14fe6e0238d151e394c1af1248e1a934ed39f816.zip |
package/busybox: add 2 upstream fixes (ash & cpio), bumb release number
SVN-Revision: 21186
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 \ |