summaryrefslogtreecommitdiffstats
path: root/include/target.mk
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-10-21 15:04:17 +0100
committerPaul Spooren <mail@aparcar.org>2021-10-07 23:22:05 -1000
commit44f694ba1bca1417d24e851c637c284f9f78c06d (patch)
tree8627fe4cb7e07c2c4d01cf37afaec5278800ad4c /include/target.mk
parent72bfc35f8fc5ade55f4c66cb8d171b93e1358b15 (diff)
downloadopenwrt-44f694ba1bca1417d24e851c637c284f9f78c06d.tar.gz
openwrt-44f694ba1bca1417d24e851c637c284f9f78c06d.tar.bz2
openwrt-44f694ba1bca1417d24e851c637c284f9f78c06d.zip
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 <daniel@makrotopia.org>
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/target.mk b/include/target.mk
index 7526224972..eac2d164c3 100644
--- a/include/target.mk
+++ b/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