diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-25 19:08:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-25 19:08:01 +0000 |
commit | 1233a57f74605e17e501d2195cdf0d33c27bca40 (patch) | |
tree | 369d061264387fbc399220e6d53bc6856335047b /package/busybox/Makefile | |
parent | e2c94324e7175e4dd970e0e7d8aaa5090b52e158 (diff) | |
download | upstream-1233a57f74605e17e501d2195cdf0d33c27bca40.tar.gz upstream-1233a57f74605e17e501d2195cdf0d33c27bca40.tar.bz2 upstream-1233a57f74605e17e501d2195cdf0d33c27bca40.zip |
upgrade busybox to 1.4.0
SVN-Revision: 6204
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 1ad4074002..c1944722e3 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.3.1 +PKG_VERSION:=1.4.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ http://distfiles.gentoo.org/distfiles/ -PKG_MD5SUM:=571531cfa83726947ccb566de017ad4f +PKG_MD5SUM:=f24a3c1e08bc55ec44381d588e8bcced PKG_CAT:=bzcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |