Add procd-ujail to DEFAULT_PACKAGES if not building for space-constraint (FEATURES:=small_flash) targets. Signed-off-by: Daniel Golle <[email protected]>
@@ -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