diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-05-18 08:32:07 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-05-18 08:32:07 +0000 |
| commit | 72fc91e1422c2bf6d4c79eb58e8ad50e381e52fb (patch) | |
| tree | 337e710d0db80e1efc655f9dabac6f0851578f81 /openwrt/package/busybox/Makefile | |
| parent | ba2c5cad003b37ad437ff2b56d14cde80c2cbda6 (diff) | |
| download | mtk-20170518-72fc91e1422c2bf6d4c79eb58e8ad50e381e52fb.zip mtk-20170518-72fc91e1422c2bf6d4c79eb58e8ad50e381e52fb.tar.gz mtk-20170518-72fc91e1422c2bf6d4c79eb58e8ad50e381e52fb.tar.bz2 | |
update busybox to v1.1.3, remove passwd_salt patch (fixed upstream).
SVN-Revision: 3794
Diffstat (limited to 'openwrt/package/busybox/Makefile')
| -rw-r--r-- | openwrt/package/busybox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 35f954b..83c74ff 100644 --- a/openwrt/package/busybox/Makefile +++ b/openwrt/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.2 +PKG_VERSION:=1.1.3 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:=0b5d78072302fe687407956537bdb9e3 +PKG_MD5SUM:=19a0b475169335f17e421cf644616fe7 endif PKG_CAT:=bzcat |
