diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-13 18:50:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-13 18:50:51 +0000 |
commit | b4b5a416c76d1be03fe57f1ecba13781b7722b77 (patch) | |
tree | 56798224c6721e8a1c44c801d248f21c7749b29b /target/linux/generic-2.4/config-template | |
parent | 3563b2a459ebf8d28636c25e827a6792d350dc50 (diff) | |
download | upstream-b4b5a416c76d1be03fe57f1ecba13781b7722b77.tar.gz upstream-b4b5a416c76d1be03fe57f1ecba13781b7722b77.tar.bz2 upstream-b4b5a416c76d1be03fe57f1ecba13781b7722b77.zip |
Resync brcm-2.4 kernel config and enable syncookies (#1876)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7622 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.4/config-template')
-rw-r--r-- | target/linux/generic-2.4/config-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.4/config-template b/target/linux/generic-2.4/config-template index 02715396cd..13e6906c61 100644 --- a/target/linux/generic-2.4/config-template +++ b/target/linux/generic-2.4/config-template @@ -683,7 +683,7 @@ CONFIG_SQUASHFS=y # CONFIG_SUNQE is not set CONFIG_SUNRPC=m # CONFIG_SUN_PARTITION is not set -# CONFIG_SYN_COOKIES is not set +CONFIG_SYN_COOKIES=y CONFIG_SYSCTL=y CONFIG_SYSVIPC=y # CONFIG_SYSV_FS is not set |