diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-26 18:35:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-26 18:35:04 +0100 |
commit | 0fb48650251a62376365ebfacd7b7d8b89740a6b (patch) | |
tree | ebfcc748cd658e9376b6debf693e14ae57ad3e37 /target/linux/config | |
parent | 181e796c9beb08534f9e3f50c881bb8feaf78c5c (diff) | |
parent | 9b69269c78ddc3411482c6ecac91bb9c7faff996 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.netfilter.ip4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.netfilter.ip4 b/target/linux/config/Config.in.netfilter.ip4 index e2bc1b1b2..cf33c02a2 100644 --- a/target/linux/config/Config.in.netfilter.ip4 +++ b/target/linux/config/Config.in.netfilter.ip4 @@ -36,7 +36,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_FILTER config ADK_KPACKAGE_KMOD_FULL_NAT tristate "Meta package for Full NAT" - select ADK_KPACKAGE_KMOD_NF_NAT if ADK_KERNEL_VERSION_3_4_71 + select ADK_KPACKAGE_KMOD_NF_NAT if ADK_KERNEL_VERSION_3_4_82 select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_11_10 select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_11 select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_13_5 @@ -44,7 +44,7 @@ config ADK_KPACKAGE_KMOD_FULL_NAT config ADK_KPACKAGE_KMOD_NF_NAT tristate 'Full NAT' depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES - depends on ADK_KERNEL_VERSION_3_4_71 + depends on ADK_KERNEL_VERSION_3_4_82 help The Full NAT option allows masquerading, port forwarding and other forms of full Network Address Port Translation. It is controlled by |