Skip to content

Commit

Permalink
config: dont select procd-seccomp via USE_SECCOMP
Browse files Browse the repository at this point in the history
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: openwrt#17048
Signed-off-by: Robert Marko <robimarko@gmail.com>
  • Loading branch information
robimarko committed Nov 24, 2024
1 parent a48ec44 commit a4bd42b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/Config-build.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4bd42b

Please sign in to comment.