diff options
| author | Robert Marko | 2024-11-23 13:46:29 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-11-24 11:18:21 +0000 |
| commit | a4bd42b79015af251694a84bc2bbb7d42b34f47b (patch) | |
| tree | e4a3562277d5829dcf28502dc80a1959097fae5b | |
| parent | a48ec449ccab0069e84a72837bf06ba543e53aec (diff) | |
| download | openwrt-a4bd42b79015af251694a84bc2bbb7d42b34f47b.tar.gz | |
config: dont select procd-seccomp via USE_SECCOMP
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 <robimarko@gmail.com>
| -rw-r--r-- | config/Config-build.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index 2a95891ecf..c8739afa87 100644 --- 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 |