diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-18 13:03:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-18 13:03:02 +0100 |
commit | cfa9721ed6b1d326d1f2a3804dd12564fca03aeb (patch) | |
tree | 91cf22b3bb3ae68485870b3a40e81a963987a2f5 /target/linux | |
parent | 0817f01f60b471aace092196e8b2d1dd2ceabac9 (diff) |
fix netfilter stuff, after kernel update
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.netfilter.ip4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.netfilter.ip4 b/target/linux/config/Config.in.netfilter.ip4 index a9c42769a..287cea222 100644 --- a/target/linux/config/Config.in.netfilter.ip4 +++ b/target/linux/config/Config.in.netfilter.ip4 @@ -38,7 +38,8 @@ 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_IPV4 if ADK_KERNEL_VERSION_3_11_10 - select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_6 + 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_3 config ADK_KPACKAGE_KMOD_NF_NAT tristate 'Full NAT' @@ -52,7 +53,8 @@ config ADK_KPACKAGE_KMOD_NF_NAT config ADK_KPACKAGE_KMOD_NF_NAT_IPV4 tristate 'Full NAT' depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES - depends on ADK_KERNEL_VERSION_3_11_10 || ADK_KERNEL_VERSION_3_12_6 + depends on ADK_KERNEL_VERSION_3_11_10 || ADK_KERNEL_VERSION_3_12_11 \ + || ADK_KERNEL_VERSION_3_13_3 help The Full NAT option allows masquerading, port forwarding and other forms of full Network Address Port Translation. It is controlled by |