summaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-04-17 12:53:31 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2016-04-17 12:53:31 +0000
commitb030bb606f63518e88a37b357a7372e3edc2180e (patch)
treea9cbfffae20e2fc0bc6a2650a30be3d1cbd40518 /package/utils
parentbe252b579574243a3bf4b05490d021e4dcd26f5d (diff)
downloadmaster-31e0f0ae-b030bb606f63518e88a37b357a7372e3edc2180e.tar.gz
master-31e0f0ae-b030bb606f63518e88a37b357a7372e3edc2180e.tar.bz2
master-31e0f0ae-b030bb606f63518e88a37b357a7372e3edc2180e.zip
busybox: update to 1.24.2
Signed-off-by: Magnus Kroken <mkroken@gmail.com> [remove Kconfig changes] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49189
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/busybox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 6a55d5687c..24c064cf7c 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
-PKG_VERSION:=1.24.1
-PKG_RELEASE:=2
+PKG_VERSION:=1.24.2
+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:=be98a40cadf84ce2d6b05fa41a275c6a
+PKG_MD5SUM:=2eaae519cac1143bcf583636a745381f
PKG_BUILD_DEPENDS:=BUSYBOX_USE_LIBRPC:librpc BUSYBOX_CONFIG_PAM:libpam
PKG_BUILD_PARALLEL:=1