summaryrefslogtreecommitdiffstats
path: root/rules/busybox.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-01-30 13:00:55 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-02-07 17:23:17 +0100
commit8aee938b5a919aa0cde5f38d4703836ea0be36e9 (patch)
tree1115c91436be325c21840683dea0bfa506ba4d33 /rules/busybox.make
parentc5078327dc977f18913bf824c48935e7e92da436 (diff)
downloadptxdist-8aee938b5a919aa0cde5f38d4703836ea0be36e9.tar.gz
ptxdist-8aee938b5a919aa0cde5f38d4703836ea0be36e9.tar.xz
busybox: update version 1.25.1 -> 1.26.2
Also update the busybox config tree and use the split-up IFUP and IFDOWN symbols in initmethod-*.in. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/busybox.make')
-rw-r--r--rules/busybox.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/busybox.make b/rules/busybox.make
index 944fbccdf..81b561ddc 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BUSYBOX) += busybox
#
# Paths and names
#
-BUSYBOX_VERSION := 1.25.1
-BUSYBOX_MD5 := 4f4c5de50b479b11ff636d7d8eb902a2
+BUSYBOX_VERSION := 1.26.2
+BUSYBOX_MD5 := bb59d25ee2643db20f212eec539429f1
BUSYBOX := busybox-$(BUSYBOX_VERSION)
BUSYBOX_SUFFIX := tar.bz2
BUSYBOX_URL := https://www.busybox.net/downloads/$(BUSYBOX).$(BUSYBOX_SUFFIX)