diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-24 16:15:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-24 16:15:29 +0200 |
commit | 94c82fcf15415a015b602a58a26880bb0ad97da4 (patch) | |
tree | 828a33bd363bfdbc58edbb45cdb2d8e45150d5d9 /target/linux/config | |
parent | 839ae24b726ab65e1c4cff172f29e24e9f3ee5cd (diff) |
update 3.12 kernel
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.netfilter.ip4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/config/Config.in.netfilter.ip4 b/target/linux/config/Config.in.netfilter.ip4 index 7b898ba9b..019c5890c 100644 --- a/target/linux/config/Config.in.netfilter.ip4 +++ b/target/linux/config/Config.in.netfilter.ip4 @@ -39,8 +39,8 @@ config ADK_KPACKAGE_KMOD_FULL_NAT select ADK_KPACKAGE_KMOD_NF_NAT if ADK_KERNEL_VERSION_3_4_84 select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_10_36 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_14 - select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_13_7 + 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_1 config ADK_KPACKAGE_KMOD_NF_NAT @@ -57,8 +57,8 @@ config ADK_KPACKAGE_KMOD_NF_NAT_IPV4 depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES depends on ADK_KERNEL_VERSION_3_10_36 \ || ADK_KERNEL_VERSION_3_11_10 \ - || ADK_KERNEL_VERSION_3_12_14 \ - || ADK_KERNEL_VERSION_3_13_7 \ + || ADK_KERNEL_VERSION_3_12_18 \ + || ADK_KERNEL_VERSION_3_13_11 \ || ADK_KERNEL_VERSION_3_14_1 help The Full NAT option allows masquerading, port forwarding and other |