diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-14 09:41:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-14 09:41:15 +0200 |
commit | 7bacce237cc534c8e9645df0ae755c65292a16a6 (patch) | |
tree | 4c75d7b8f1e6821b0b507c6ec85400b5b98312a7 /target/linux/config | |
parent | 0df8791661673f253c95baabc9b55d44288d2494 (diff) |
update to 3.14.4, deafult for toolchains
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 1cc41c741..db3207af8 100644 --- a/target/linux/config/Config.in.netfilter.ip4 +++ b/target/linux/config/Config.in.netfilter.ip4 @@ -46,7 +46,7 @@ config ADK_KERNEL_FULL_NAT select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_11_10 select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_18 select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_13_11 - select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_14_3 + select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_14_4 select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_15_RC5 default m if ADK_PACKAGE_IPTABLES default n @@ -69,7 +69,7 @@ config ADK_KERNEL_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_4 \ || ADK_KERNEL_VERSION_3_15_RC5 default m if ADK_PACKAGE_IPTABLES default n |