projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2def36
)
target: select procd-{ujail,seccomp} if !SMALL_FLASH
author
Daniel Golle
<daniel@makrotopia.org>
Wed, 21 Oct 2020 14:04:17 +0000
(15:04 +0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Wed, 21 Oct 2020 14:26:43 +0000
(15:26 +0100)
Add procd-ujail and procd-seccomp to DEFAULT_PACKAGES if not building
for space-constraint (FEATURES:=small_flash) targets.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
include/target.mk
patch
|
blob
|
history
diff --git
a/include/target.mk
b/include/target.mk
index a2e76f8149b739ddd3880faf7bb7103410f7a3ec..c80a419543d630a2a19b913d40dd4f4b6a2841d5 100644
(file)
--- a/
include/target.mk
+++ b/
include/target.mk
@@
-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