diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-04-07 19:00:45 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-11 17:15:41 +0200 |
commit | 57ec21ef3d524832127a64aeece5a16036a7bcf3 (patch) | |
tree | 89a1de82f528e1e56123ab54cf187f89b1309a72 /target/linux/at91 | |
parent | 46af22de16b2ced67116f1ad96bb00cf98146c3e (diff) | |
download | upstream-57ec21ef3d524832127a64aeece5a16036a7bcf3.tar.gz upstream-57ec21ef3d524832127a64aeece5a16036a7bcf3.tar.bz2 upstream-57ec21ef3d524832127a64aeece5a16036a7bcf3.zip |
kernel: Activate CONFIG_SYN_COOKIES for all targets
Some targets deactivated CONFIG_SYN_COOKIES, for unknown reasons, use
the default setting from the generic configuration which activates
CONFIG_SYN_COOKIES.
This should prevent SYN flooding.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/config-4.9 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/at91/config-4.9 b/target/linux/at91/config-4.9 index 308b346161..26c499294b 100644 --- a/target/linux/at91/config-4.9 +++ b/target/linux/at91/config-4.9 @@ -482,7 +482,6 @@ CONFIG_SUSPEND_FREEZER=y CONFIG_SWIOTLB=y CONFIG_SWPHY=y # CONFIG_SWP_EMULATE is not set -# CONFIG_SYN_COOKIES is not set CONFIG_SYSFS_SYSCALL=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y # CONFIG_TCP_CONG_ADVANCED is not set |