diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 23:22:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 23:22:23 +0100 |
commit | 49af3d669f8345ef3ca3e1e14cdd4030cbbbb6e0 (patch) | |
tree | 1f8f5b4cdb4265e5428a2a77f2762706ae1247ca /target/linux | |
parent | e6d7923746537504a5e19b5c9aa050a1836048b6 (diff) | |
parent | 26d8c7c5138770572fc92bea028d9a8a067fe3c9 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.netfilter | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.netfilter b/target/linux/config/Config.in.netfilter index 79acfe564..8b818a695 100644 --- a/target/linux/config/Config.in.netfilter +++ b/target/linux/config/Config.in.netfilter @@ -189,6 +189,11 @@ config ADK_KPACKAGE_KMOD_NETFILTER_XT_TARGET_NFQUEUE As opposed to QUEUE, it supports 65535 different queues, not just one. +config ADK_KPACKAGE_KMOD_NETFILTER_XT_TARGET_TCPMSS + tristate 'TCPMSS target' + select ADK_KERNEL_NETFILTER_XTABLES + help + endmenu menu "IP: Netfilter Configuration" |