target: select procd-{ujail,seccomp} if !SMALL_FLASH
authorDaniel Golle <daniel@makrotopia.org>
Wed, 21 Oct 2020 14:04:17 +0000 (15:04 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 21 Oct 2020 14:26:43 +0000 (15:26 +0100)
Add procd-ujail and procd-seccomp to DEFAULT_PACKAGES if not building
for space-constraint (FEATURES:=small_flash) targets.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
include/target.mk

index a2e76f8149b739ddd3880faf7bb7103410f7a3ec..c80a419543d630a2a19b913d40dd4f4b6a2841d5 100644 (file)
@@ -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