diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-09-06 07:22:26 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-09-06 07:22:26 +0000 |
commit | 212f91f0522c9fe3acd04524b9cf7cdbf307d710 (patch) | |
tree | 100fa16d02dd75215493dfa8ca7470b926b939f5 /package/busybox/Makefile | |
parent | b9be9c0ce2efb0b35ec25da537a6157562991319 (diff) | |
download | upstream-212f91f0522c9fe3acd04524b9cf7cdbf307d710.tar.gz upstream-212f91f0522c9fe3acd04524b9cf7cdbf307d710.tar.bz2 upstream-212f91f0522c9fe3acd04524b9cf7cdbf307d710.zip |
package/busybox: update to busybox-1.7.2, include upstream patches, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22953 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 b1e4b39305..7e7e447b44 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.17.1 +PKG_VERSION:=1.17.2 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:=c7fe7533b7fc4018b0b49a05ee0ee601 +PKG_MD5SUM:=7360b7138b899ee7fc885791c740c3c3 include $(INCLUDE_DIR)/package.mk |