diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-08-15 09:53:21 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-08-15 09:53:21 +0000 |
commit | e0d13e77d09997a13c73b58dd3e6232d45c8d1a5 (patch) | |
tree | 6713ede79915815b117035c65a1ce7a8c87bf7bf /package/busybox/Makefile | |
parent | 462dabc7f55d5e5f0aa7d63c10b66e25a091f405 (diff) | |
download | mtk-20170518-e0d13e77d09997a13c73b58dd3e6232d45c8d1a5.zip mtk-20170518-e0d13e77d09997a13c73b58dd3e6232d45c8d1a5.tar.gz mtk-20170518-e0d13e77d09997a13c73b58dd3e6232d45c8d1a5.tar.bz2 |
package/busybox: update to busybox-1.7.1, include upstream patches
SVN-Revision: 22659
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 128a0de..b1e4b39 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.16.2 +PKG_VERSION:=1.17.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:=2ba980f720a5bdce4ec05423519acc35 +PKG_MD5SUM:=c7fe7533b7fc4018b0b49a05ee0ee601 include $(INCLUDE_DIR)/package.mk |