From 92942722a72ce0c6511b2af72cbf6d3bd326396d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 4 Dec 2022 16:40:03 +0100 Subject: [PATCH] bump busybox --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 28f6c5d82..d47b4f38d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -38,7 +38,7 @@ PKG_BUILDDIR := $(BUILDDIR)/deps DOCSDIR := $(BASEDIR)/docs BUSYBOX_ROOT := $(BASEDIR)/tmp -BUSYBOX_VER := 1.32.1 +BUSYBOX_VER := 1.35.0 BUSYBOX_SRC := $(BUSYBOX_ROOT)/busybox-$(BUSYBOX_VER) ifeq ($(SELINUX_ENABLED),)