From 2812ea3acb88c7e3649c912d6ad761bf8818fc51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Thu, 22 Oct 2020 11:49:07 +0200 Subject: [PATCH] Revert "target: select procd-{ujail,seccomp} if !SMALL_FLASH" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit 6a56a6eb30799fcec9eecc3ee860dc4d8a5d952a as several users have reported unbootable systems. Ref: https://lists.openwrt.org/pipermail/openwrt-devel/2020-October/031838.html Suggested-by: Roman Kuzmitskii Signed-off-by: Petr Å tetiar --- include/target.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/target.mk b/include/target.mk index c80a419543..a2e76f8149 100644 --- a/include/target.mk +++ b/include/target.mk @@ -36,10 +36,6 @@ else DEFAULT_PACKAGES+=busybox procd endif -ifeq ($(CONFIG_SMALL_FLASH),) -DEFAULT_PACKAGES+=procd-ujail procd-seccomp -endif - # For the basic set DEFAULT_PACKAGES.basic:= # For nas targets -- 2.30.2