diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-17 19:19:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-17 19:19:17 +0100 |
commit | ff363a45695e5828f26fd547018f7e00deb5e334 (patch) | |
tree | ca370b75b3af35d141b573b6854191d664cb1a52 /target/linux/config/Config.in.network | |
parent | 75d60ffe4133e97e4bb18afb9a69f974e0ea1429 (diff) |
convert dietnet patch to addon. should only be used with care
Diffstat (limited to 'target/linux/config/Config.in.network')
-rw-r--r-- | target/linux/config/Config.in.network | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 761fce117..6e20a190e 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -4,8 +4,15 @@ config ADK_KERNEL_IP_FIB_HASH boolean default y +config ADK_DISABLE_TCP_FASTOPEN + prompt "Disable TCP Fastopen" + boolean + select ADK_KERNEL_ADDON_DIETNET + default n + config ADK_KERNEL_SYN_COOKIES - boolean "IP: TCP syncookie support" + prompt "IP: TCP syncookie support" + boolean default n config ADK_KERNEL_IP_PNP_BOOTP @@ -40,12 +47,6 @@ config ADK_KERNEL_LLC tristate default n -config ADK_KERNEL_TCP_FASTOPEN - prompt "Enable TCP Fastopen" - select ADK_KERNEL_CRYPTO - select ADK_KERNEL_CRYPTO_AES - boolean - default n config ADK_KERNEL_IP_MULTICAST prompt "Enable IP Multicasting" |