summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/busybox-1.24.2/0200-reactivate-check-for-tty.patch (renamed from patches/busybox-1.24.1/0200-reactivate-check-for-tty.patch)0
-rw-r--r--patches/busybox-1.24.2/0201-Fix-the-format-warning-when-building-applets-usage_p.patch (renamed from patches/busybox-1.24.1/0201-Fix-the-format-warning-when-building-applets-usage_p.patch)0
-rw-r--r--patches/busybox-1.24.2/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch (renamed from patches/busybox-1.24.1/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch)0
-rw-r--r--patches/busybox-1.24.2/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch (renamed from patches/busybox-1.24.1/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch)0
-rw-r--r--patches/busybox-1.24.2/series (renamed from patches/busybox-1.24.1/series)0
-rw-r--r--rules/busybox.make4
6 files changed, 2 insertions, 2 deletions
diff --git a/patches/busybox-1.24.1/0200-reactivate-check-for-tty.patch b/patches/busybox-1.24.2/0200-reactivate-check-for-tty.patch
index 55869e9fe..55869e9fe 100644
--- a/patches/busybox-1.24.1/0200-reactivate-check-for-tty.patch
+++ b/patches/busybox-1.24.2/0200-reactivate-check-for-tty.patch
diff --git a/patches/busybox-1.24.1/0201-Fix-the-format-warning-when-building-applets-usage_p.patch b/patches/busybox-1.24.2/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
index 98ad36e1d..98ad36e1d 100644
--- a/patches/busybox-1.24.1/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
+++ b/patches/busybox-1.24.2/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
diff --git a/patches/busybox-1.24.1/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch b/patches/busybox-1.24.2/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
index d3027e0c2..d3027e0c2 100644
--- a/patches/busybox-1.24.1/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
+++ b/patches/busybox-1.24.2/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
diff --git a/patches/busybox-1.24.1/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch b/patches/busybox-1.24.2/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
index 08f12b500..08f12b500 100644
--- a/patches/busybox-1.24.1/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
+++ b/patches/busybox-1.24.2/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
diff --git a/patches/busybox-1.24.1/series b/patches/busybox-1.24.2/series
index 84c80aa6e..84c80aa6e 100644
--- a/patches/busybox-1.24.1/series
+++ b/patches/busybox-1.24.2/series
diff --git a/rules/busybox.make b/rules/busybox.make
index bd52c3bf0..cfd878671 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BUSYBOX) += busybox
#
# Paths and names
#
-BUSYBOX_VERSION := 1.24.1
-BUSYBOX_MD5 := be98a40cadf84ce2d6b05fa41a275c6a
+BUSYBOX_VERSION := 1.24.2
+BUSYBOX_MD5 := 2eaae519cac1143bcf583636a745381f
BUSYBOX := busybox-$(BUSYBOX_VERSION)
BUSYBOX_SUFFIX := tar.bz2
BUSYBOX_URL := http://www.busybox.net/downloads/$(BUSYBOX).$(BUSYBOX_SUFFIX)