[openwrt/openwrt] Revert "target: select procd-{ujail, seccomp} if !SMALL_FLASH"
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 22 05:51:53 EDT 2020
ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2812ea3acb88c7e3649c912d6ad761bf8818fc51
commit 2812ea3acb88c7e3649c912d6ad761bf8818fc51
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Thu Oct 22 11:49:07 2020 +0200
Revert "target: select procd-{ujail,seccomp} if !SMALL_FLASH"
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 <damex.pp at icloud.com>
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
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
More information about the lede-commits
mailing list