diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-15 09:53:21 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-15 09:53:21 +0000 |
commit | 59736eb773c43dc39b9b6ba410a0b615a7c28993 (patch) | |
tree | 508b8e2f890ed4a41dbb4f770997f5ddb8f83d7e /package/busybox/Makefile | |
parent | ef0f04cf2591d7c9ca2cc2d3ba1bcb291e3d4d1f (diff) |
package/busybox: update to busybox-1.7.1, include upstream patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22659 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 128a0dea18..b1e4b39305 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 |