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 <daniel@makrotopia.org>
Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
Daniel Golle 2020-10-21 15:04:17 +01:00 committed by maurerr
parent 03808e23c2
commit 12113355b1

View 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