瀏覽代碼

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 <[email protected]>
Daniel Golle 5 年之前
父節點
當前提交
6a56a6eb30
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      include/target.mk

+ 4 - 0
include/target.mk

@@ -36,6 +36,10 @@ else
 DEFAULT_PACKAGES+=busybox procd
 DEFAULT_PACKAGES+=busybox procd
 endif
 endif
 
 
+ifeq ($(CONFIG_SMALL_FLASH),)
+DEFAULT_PACKAGES+=procd-ujail procd-seccomp
+endif
+
 # For the basic set
 # For the basic set
 DEFAULT_PACKAGES.basic:=
 DEFAULT_PACKAGES.basic:=
 # For nas targets
 # For nas targets