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.31 | |
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.31')
-rw-r--r-- | target/linux/generic/config-2.6.31 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.31 b/target/linux/generic/config-2.6.31 index 3678aa570b..7e3ee04e06 100644 --- a/target/linux/generic/config-2.6.31 +++ b/target/linux/generic/config-2.6.31 @@ -2220,7 +2220,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 |