projects
/
openwrt
/
staging
/
florian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
384eb8c
)
kernel: cleanup seccomp symbol selection
author
John Crispin
<
[email protected]
>
Thu, 26 Mar 2015 10:57:51 +0000
(10:57 +0000)
committer
John Crispin
<
[email protected]
>
Thu, 26 Mar 2015 10:57:51 +0000
(10:57 +0000)
Signed-off-by: John Crispin <
[email protected]
>
SVN-Revision: 45005
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index 6bf65f5bc0da7c15707aa2bfc5d70dfdcd586ac2..84711298a61b2a497ffc3388e5e0228c2fb2671d 100644
(file)
--- a/
config/Config-kernel.in
+++ b/
config/Config-kernel.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.