mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: cleanup seccomp symbol selection
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45005 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -516,16 +516,14 @@ if KERNEL_LXC_MISC
|
||||
|
||||
endif
|
||||
|
||||
config KERNEL_SECCOMP_FILTER
|
||||
bool
|
||||
default n
|
||||
|
||||
config KERNEL_SECCOMP
|
||||
bool "Enable seccomp support"
|
||||
depends on !(TARGET_uml)
|
||||
select KERNEL_SECCOMP_FILTER
|
||||
default n
|
||||
help
|
||||
Build kernel with support for seccomp.
|
||||
|
||||
config KERNEL_SECCOMP_FILTER
|
||||
bool "Enable seccomp filter support"
|
||||
depends on KERNEL_SECCOMP
|
||||
default n
|
||||
help
|
||||
Build kernel with support for seccomp BPF programs.
|
||||
|
||||
Reference in New Issue
Block a user