diff options
Diffstat (limited to 'include/target.mk')
-rw-r--r-- | include/target.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 |