diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-03 00:58:46 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-03 00:58:46 +0000 |
commit | 8be628f50a9626ad6a3b44df9f1b84dc4e01394f (patch) | |
tree | 5616527ebb38eeeacb0916ef8ee7f2d1e5240721 /package/busybox/Makefile | |
parent | 15f9699e985a6d0c93283366864c2ffc43e53b2c (diff) | |
download | mtk-20170518-8be628f50a9626ad6a3b44df9f1b84dc4e01394f.zip mtk-20170518-8be628f50a9626ad6a3b44df9f1b84dc4e01394f.tar.gz mtk-20170518-8be628f50a9626ad6a3b44df9f1b84dc4e01394f.tar.bz2 |
busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)
SVN-Revision: 20661
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 97235fc..823a677 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.15.3 +PKG_VERSION:=1.16.1 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:=6059ac9456de6fb18dc8ee4cd0ec9240 +PKG_MD5SUM:=319486ec65078d07fde26eb620fecde7 include $(INCLUDE_DIR)/package.mk |