瀏覽代碼

build: select procd-ujail if !SMALL_FLASH

Add procd-ujail to DEFAULT_PACKAGES if not building for
space-constraint (FEATURES:=small_flash) targets.

Signed-off-by: Daniel Golle <[email protected]>
Daniel Golle 5 年之前
父節點
當前提交
44f694ba1b
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      include/target.mk

+ 5 - 0
include/target.mk

@@ -33,6 +33,11 @@ else
 DEFAULT_PACKAGES+=busybox procd
 endif
 
+# include ujail on systems with enough storage
+ifeq ($(CONFIG_SMALL_FLASH),)
+DEFAULT_PACKAGES+=procd-ujail
+endif
+
 # For the basic set
 DEFAULT_PACKAGES.basic:=
 # For nas targets