From: Daniel Golle Date: Wed, 21 Oct 2020 14:04:17 +0000 (+0100) Subject: target: select procd-{ujail,seccomp} if !SMALL_FLASH X-Git-Tag: v21.02.0-rc1~1311 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6a56a6eb30799fcec9eecc3ee860dc4d8a5d952a;p=openwrt%2Fopenwrt.git target: select procd-{ujail,seccomp} if !SMALL_FLASH Add procd-ujail and procd-seccomp to DEFAULT_PACKAGES if not building for space-constraint (FEATURES:=small_flash) targets. Signed-off-by: Daniel Golle --- diff --git a/include/target.mk b/include/target.mk index a2e76f8149..c80a419543 100644 --- a/include/target.mk +++ b/include/target.mk @@ -36,6 +36,10 @@ 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