diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 20:06:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 20:06:13 +0000 |
commit | b9d4e76c9ba54dd93fc522563c810f0aa302c9c4 (patch) | |
tree | fb4746939f242e3f10847f5c61c605d1aa97c441 /target/linux/generic/config-2.6.38 | |
parent | 804e4414129b0b480c229dd790f7e69f8023ce07 (diff) | |
download | upstream-b9d4e76c9ba54dd93fc522563c810f0aa302c9c4.tar.gz upstream-b9d4e76c9ba54dd93fc522563c810f0aa302c9c4.tar.bz2 upstream-b9d4e76c9ba54dd93fc522563c810f0aa302c9c4.zip |
kernel: disable sysctl syscall support - nothing uses it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25773 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-2.6.38')
-rw-r--r-- | target/linux/generic/config-2.6.38 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.38 b/target/linux/generic/config-2.6.38 index 464a04b6d2..0789c1f34e 100644 --- a/target/linux/generic/config-2.6.38 +++ b/target/linux/generic/config-2.6.38 @@ -2480,7 +2480,7 @@ CONFIG_SWAP=y # CONFIG_SYNCLINK_CS is not set CONFIG_SYN_COOKIES=y CONFIG_SYSCTL=y -CONFIG_SYSCTL_SYSCALL=y +# CONFIG_SYSCTL_SYSCALL is not set # CONFIG_SYSCTL_SYSCALL_CHECK is not set CONFIG_SYSFS=y # CONFIG_SYSFS_DEPRECATED is not set |