diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-04-24 11:51:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-04-24 11:51:35 +0000 |
commit | a674e08fafed09460954bfe267c52d590d3598bf (patch) | |
tree | 6026f5f0296b7b5cb46977a9f16d2d02cc0adb9d /target/linux/generic-2.6/config-template | |
parent | f1eb23acf509a24a7b5836c7a2324055f030a5d9 (diff) | |
download | master-187ad058-a674e08fafed09460954bfe267c52d590d3598bf.tar.gz master-187ad058-a674e08fafed09460954bfe267c52d590d3598bf.tar.bz2 master-187ad058-a674e08fafed09460954bfe267c52d590d3598bf.zip |
add tcp syn cookies support (fixes one of the sysctl error messages at boot time)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7042 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-template')
-rw-r--r-- | target/linux/generic-2.6/config-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-template b/target/linux/generic-2.6/config-template index b09cd8f842..92d1d29601 100644 --- a/target/linux/generic-2.6/config-template +++ b/target/linux/generic-2.6/config-template @@ -976,7 +976,7 @@ CONFIG_SUNRPC_GSS=m # CONFIG_SUN_PARTITION is not set CONFIG_SWAP=y # CONFIG_SYNCLINK_CS is not set -# CONFIG_SYN_COOKIES is not set +CONFIG_SYN_COOKIES=y CONFIG_SYSCTL=y CONFIG_SYSCTL_SYSCALL=y CONFIG_SYSFS=y |