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 | 115a37d160bdf6af748518f432719ccab5bd9282 (patch) | |
tree | 3ec955926be9290c63ee11cfe31943660e144d75 /target/linux/generic/config-2.6.37 | |
parent | 93475d913e3697a6e8ca9a9fd4fe8cd80573c221 (diff) | |
download | upstream-115a37d160bdf6af748518f432719ccab5bd9282.tar.gz upstream-115a37d160bdf6af748518f432719ccab5bd9282.tar.bz2 upstream-115a37d160bdf6af748518f432719ccab5bd9282.zip |
kernel: disable CONFIG_SYSCTL_SYSCALL_CHECK by default
SVN-Revision: 25765
Diffstat (limited to 'target/linux/generic/config-2.6.37')
-rw-r--r-- | target/linux/generic/config-2.6.37 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.37 b/target/linux/generic/config-2.6.37 index 1aa35cdd10..680d76248b 100644 --- a/target/linux/generic/config-2.6.37 +++ b/target/linux/generic/config-2.6.37 @@ -2461,7 +2461,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 |