diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-24 11:51:35 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-24 11:51:35 +0000 |
commit | 0554700c3e8397e8cc8b3a06d4d9b44240b9be5d (patch) | |
tree | 6026f5f0296b7b5cb46977a9f16d2d02cc0adb9d /target | |
parent | 8def3135f5a47724284df8c35a8cb05577db580d (diff) |
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')
-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 b09cd8f84..92d1d2960 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 |