diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-04-12 12:07:44 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-04-12 12:07:44 +0000 |
commit | 100aa9aaf2cb89b0263d6b87e68d90a7de4539c7 (patch) | |
tree | 38836b6a8490f89a2a8bdafbe287a28f0c868115 /package/busybox/Makefile | |
parent | 7fa967e6b15ccdea444cd4877cf64567d5ce2fde (diff) | |
download | upstream-100aa9aaf2cb89b0263d6b87e68d90a7de4539c7.tar.gz upstream-100aa9aaf2cb89b0263d6b87e68d90a7de4539c7.tar.bz2 upstream-100aa9aaf2cb89b0263d6b87e68d90a7de4539c7.zip |
upgrade to busybox 1.1.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3625 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 0cc3a1bcbc..35f954b931 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.1.1 +PKG_VERSION:=1.1.2 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:=ff1ade47255c643b68c9113c267ce712 +PKG_MD5SUM:=0b5d78072302fe687407956537bdb9e3 endif PKG_CAT:=bzcat |