diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 19:11:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 19:11:12 +0200 |
commit | a38216f72c21d0cf2acca644e687bda23235c9ae (patch) | |
tree | a8fe5002e4170a83e68d3c4ae35680b291de8698 /target/linux/config | |
parent | 4e4ca4e75b078e3834df1a51de9f51671bc04e24 (diff) |
fix missing stuff
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.netfilter.ip4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.netfilter.ip4 b/target/linux/config/Config.in.netfilter.ip4 index ff374fc46..515f5856f 100644 --- a/target/linux/config/Config.in.netfilter.ip4 +++ b/target/linux/config/Config.in.netfilter.ip4 @@ -42,6 +42,7 @@ config ADK_KPACKAGE_KMOD_FULL_NAT select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_18 select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_13_11 select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_14_3 + select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_15_RC4 config ADK_KPACKAGE_KMOD_NF_NAT tristate 'Full NAT' @@ -59,7 +60,8 @@ config ADK_KPACKAGE_KMOD_NF_NAT_IPV4 || ADK_KERNEL_VERSION_3_11_10 \ || ADK_KERNEL_VERSION_3_12_18 \ || ADK_KERNEL_VERSION_3_13_11 \ - || ADK_KERNEL_VERSION_3_14_3 + || ADK_KERNEL_VERSION_3_14_3 \ + || ADK_KERNEL_VERSION_3_15_RC4 help The Full NAT option allows masquerading, port forwarding and other forms of full Network Address Port Translation. It is controlled by |