diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-20 16:27:54 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-20 16:27:54 +0000 |
commit | cd32c8a3c2b877240ada5b62e5f24b72ae1669bd (patch) | |
tree | 5482480e32eeea988e35daec3ed8a48312df055f /package/busybox/Makefile | |
parent | dc0f0a5b71d7f781cb33d768279ba315e64ffec7 (diff) |
update busybox to v1.01
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2196 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 907a848d11..36680cb887 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -13,11 +13,11 @@ PKG_SOURCE:=$(PKG_NAME)-snapshot.tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads/snapshots PKG_MD5SUM:=x else -PKG_VERSION:=1.00 +PKG_VERSION:=1.01 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads -PKG_MD5SUM:=5c7ea9b5d3b3677dfcdcec38b281a756 +PKG_MD5SUM:=f250842dae2854a38470ed16a46bba66 endif PKG_CAT:=bzcat |