diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 19:52:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 19:52:29 +0000 |
commit | d6ef43ebc355cb30207e7b29ed66dd79e1c82837 (patch) | |
tree | 4495d78e5d5466c2b6d1ebd03a1c3ed9cb6d25a4 /target/linux/generic/config-2.6.35 | |
parent | 9839f8ca7a3453a899c101d3d2ffe5b80bb47462 (diff) | |
download | upstream-d6ef43ebc355cb30207e7b29ed66dd79e1c82837.tar.gz upstream-d6ef43ebc355cb30207e7b29ed66dd79e1c82837.tar.bz2 upstream-d6ef43ebc355cb30207e7b29ed66dd79e1c82837.zip |
kernel: disable CONFIG_SYSCTL_SYSCALL_CHECK by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25765 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-2.6.35')
-rw-r--r-- | target/linux/generic/config-2.6.35 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.35 b/target/linux/generic/config-2.6.35 index c895a21fee..2dbda7bab7 100644 --- a/target/linux/generic/config-2.6.35 +++ b/target/linux/generic/config-2.6.35 @@ -2535,7 +2535,7 @@ CONFIG_SWAP=y CONFIG_SYN_COOKIES=y CONFIG_SYSCTL=y CONFIG_SYSCTL_SYSCALL=y -CONFIG_SYSCTL_SYSCALL_CHECK=y +# CONFIG_SYSCTL_SYSCALL_CHECK is not set CONFIG_SYSFS=y # CONFIG_SYSFS_DEPRECATED is not set # CONFIG_SYSFS_DEPRECATED_V2 is not set |