Skip to content

Commit

Permalink
build: select procd-ujail if !SMALL_FLASH
Browse files Browse the repository at this point in the history
Add procd-ujail to DEFAULT_PACKAGES if not building for
space-constraint (FEATURES:=small_flash) targets.

Signed-off-by: Daniel Golle <[email protected]>
  • Loading branch information
dangowrt authored and aparcar committed Oct 8, 2021
1 parent 72bfc35 commit 44f694b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44f694b

Please sign in to comment.