projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a48ec44
)
config: dont select procd-seccomp via USE_SECCOMP
author
Robert Marko
<
[email protected]
>
Sat, 23 Nov 2024 13:46:29 +0000
(14:46 +0100)
committer
Robert Marko
<
[email protected]
>
Sun, 24 Nov 2024 11:18:21 +0000
(12:18 +0100)
base-files is including procd-secccomp as a dependency when USE_SECCOMP
is selected, so there is no point in selecting the package directly here
as well.
Link:
https://github.com/openwrt/openwrt/pull/17048
Signed-off-by: Robert Marko <
[email protected]
>
config/Config-build.in
patch
|
blob
|
history
diff --git
a/config/Config-build.in
b/config/Config-build.in
index 2a95891ecf554273c5086dab20683fa03f94534d..c8739afa8770c57fc2e7b25b30fa57079a550498 100644
(file)
--- a/
config/Config-build.in
+++ b/
config/Config-build.in
@@
-426,7
+426,6
@@
menu "Global build settings"
config USE_SECCOMP
bool "Enable SECCOMP"
select KERNEL_SECCOMP
- select PACKAGE_procd-seccomp
depends on (aarch64 || arm || armeb || mips || mipsel || mips64 || mips64el || i386 || powerpc || x86_64)
depends on !TARGET_uml
default y