From da074de37f3f49ff70644bf37178e31d1ca0f065 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 15 May 2014 16:34:38 +0200 Subject: remove subpackage ip6tables --- target/linux/config/Config.in.netfilter.ip4 | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) (limited to 'target/linux/config/Config.in.netfilter.ip4') diff --git a/target/linux/config/Config.in.netfilter.ip4 b/target/linux/config/Config.in.netfilter.ip4 index db3207af8..075fabd1c 100644 --- a/target/linux/config/Config.in.netfilter.ip4 +++ b/target/linux/config/Config.in.netfilter.ip4 @@ -1,5 +1,6 @@ config ADK_KERNEL_NF_CONNTRACK_IPV4 - bool 'IPv4 connection tracking support (required for NAT)' + prompt 'IPv4 connection tracking support (required for NAT)' + tristate select ADK_KERNEL_NF_CONNTRACK default m if ADK_PACKAGE_IPTABLES default n @@ -39,23 +40,8 @@ config ADK_KERNEL_IP_NF_FILTER rules for simple packet filtering at local input, forwarding and local output. See the man page for iptables(8). -config ADK_KERNEL_FULL_NAT - tristate "Meta package for Full NAT" - select ADK_KERNEL_NF_NAT if ADK_KERNEL_VERSION_3_4_87 - select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_10_37 - 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_4 - select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_15_RC5 - default m if ADK_PACKAGE_IPTABLES - default n - config ADK_KERNEL_NF_NAT - tristate 'Full NAT' - depends on ADK_KERNEL_IP_NF_IPTABLES - depends on ADK_KERNEL_VERSION_3_4_87 - default m if ADK_PACKAGE_IPTABLES + tristate default n help The Full NAT option allows masquerading, port forwarding and other @@ -64,13 +50,8 @@ config ADK_KERNEL_NF_NAT config ADK_KERNEL_NF_NAT_IPV4 tristate 'Full NAT' + select ADK_KERNEL_NF_NAT depends on ADK_KERNEL_IP_NF_IPTABLES - depends on ADK_KERNEL_VERSION_3_10_37 \ - || ADK_KERNEL_VERSION_3_11_10 \ - || ADK_KERNEL_VERSION_3_12_18 \ - || ADK_KERNEL_VERSION_3_13_11 \ - || ADK_KERNEL_VERSION_3_14_4 \ - || ADK_KERNEL_VERSION_3_15_RC5 default m if ADK_PACKAGE_IPTABLES default n help -- cgit v1.2.3