Skip to content

Commit

Permalink
target: select procd-{ujail,seccomp} if !SMALL_FLASH
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dangowrt committed Oct 21, 2020
1 parent a2def36 commit 6a56a6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ else
DEFAULT_PACKAGES+=busybox procd
endif

ifeq ($(CONFIG_SMALL_FLASH),)
DEFAULT_PACKAGES+=procd-ujail procd-seccomp
endif

# For the basic set
DEFAULT_PACKAGES.basic:=
# For nas targets
Expand Down

0 comments on commit 6a56a6e

Please sign in to comment.