config: dont select procd-seccomp via USE_SECCOMP
authorRobert Marko <robimarko@gmail.com>
Sat, 23 Nov 2024 13:46:29 +0000 (14:46 +0100)
committerRobert Marko <robimarko@gmail.com>
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 <robimarko@gmail.com>
config/Config-build.in

index 2a95891ecf554273c5086dab20683fa03f94534d..c8739afa8770c57fc2e7b25b30fa57079a550498 100644 (file)
@@ -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