diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-18 19:46:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-18 19:46:52 +0000 |
commit | 0a18161da104a58750bc03b446351012935ecefe (patch) | |
tree | 8624993fa6f169f89f400f031ab07de0457bbac2 /package/busybox/Makefile | |
parent | 7aefa1da37f5f09cc9364ada2dddb3af863133cc (diff) | |
download | mtk-20170518-0a18161da104a58750bc03b446351012935ecefe.zip mtk-20170518-0a18161da104a58750bc03b446351012935ecefe.tar.gz mtk-20170518-0a18161da104a58750bc03b446351012935ecefe.tar.bz2 |
busybox 1.19.4 update patch
This patch updates busybox to 1.19.4 and refreshes all patches.
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 30985
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 41e7d40..af27df0 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.19.3 -PKG_RELEASE:=10 +PKG_VERSION:=1.19.4 +PKG_RELEASE:=1 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ http://distfiles.gentoo.org/distfiles/ -PKG_MD5SUM:=c3938e1ac59602387009bbf1dd1af7f6 +PKG_MD5SUM:=9c0cae5a0379228e7b55e5b29528df8e PKG_BUILD_DEPENDS:=BUSYBOX_USE_LIBRPC:librpc PKG_BUILD_PARALLEL:=1 |