diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-14 09:08:37 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-14 09:08:37 +0000 |
commit | 4b16a5ba978525f0a3eabc9f6b3dab01b0ba9b31 (patch) | |
tree | f28bf82003ff260e1c4ba7d28ebde5184df441d4 /package/busybox/Makefile | |
parent | 3941621dbcc805e37d2582132d03b2b62c220738 (diff) | |
download | upstream-4b16a5ba978525f0a3eabc9f6b3dab01b0ba9b31.tar.gz upstream-4b16a5ba978525f0a3eabc9f6b3dab01b0ba9b31.tar.bz2 upstream-4b16a5ba978525f0a3eabc9f6b3dab01b0ba9b31.zip |
package/busybox: update to busybox-1.17.3
SVN-Revision: 23435
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 4ea9a61e4e..2ac67098f7 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.17.2 +PKG_VERSION:=1.17.3 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:=7360b7138b899ee7fc885791c740c3c3 +PKG_MD5SUM:=a2ce1a951571da8c6e0eaf75b1acef60 PKG_BUILD_PARALLEL:=1 |