From 87c3e33b151efb5fea20d2dd3c9c62d3a5c61c8f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 2 Mar 2015 04:04:48 +0100 Subject: default m approach for selecting kernel stuff by packages does not work well. remove it for now --- target/linux/config/Config.in.netfilter.ip4 | 6 ------ 1 file changed, 6 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 77617ea12..648a412a7 100644 --- a/target/linux/config/Config.in.netfilter.ip4 +++ b/target/linux/config/Config.in.netfilter.ip4 @@ -7,7 +7,6 @@ config ADK_KERNEL_NF_NAT_IPV4 config ADK_KERNEL_IP_NF_IPTABLES tristate 'IP tables support' select ADK_KERNEL_NETFILTER_XTABLES - default m if ADK_PACKAGE_IPTABLES default n help iptables is a general, extensible packet identification framework. @@ -18,7 +17,6 @@ config ADK_KERNEL_IP_NF_IPTABLES config ADK_KERNEL_IP_NF_FILTER tristate 'IP Packet Filtering table support' depends on ADK_KERNEL_IP_NF_IPTABLES - default m if ADK_PACKAGE_IPTABLES default n help Packet filtering defines a table `filter', which has a series of @@ -31,7 +29,6 @@ config ADK_KERNEL_IP_NF_NAT select ADK_KERNEL_NF_NAT select ADK_KERNEL_NF_NAT_IPV4 depends on ADK_KERNEL_IP_NF_IPTABLES - default m if ADK_PACKAGE_IPTABLES default n help @@ -48,7 +45,6 @@ config ADK_KERNEL_NF_CONNTRACK_IPV4 tristate 'IP connection tracking support (required for NAT)' select ADK_KERNEL_NF_CONNTRACK select ADK_KERNEL_NETFILTER_XT_MATCH_CONNTRACK - default m if ADK_PACKAGE_IPTABLES default n help Connection tracking keeps a record of what packets have passed @@ -70,7 +66,6 @@ menu "IP target support" config ADK_KERNEL_IP_NF_TARGET_MASQUERADE tristate 'MASQUERADE target support' depends on ADK_KERNEL_NF_NAT - default m if ADK_PACKAGE_IPTABLES default n help Masquerading is a special case of NAT: all outgoing connections are @@ -82,7 +77,6 @@ config ADK_KERNEL_IP_NF_TARGET_MASQUERADE config ADK_KERNEL_IP_NF_TARGET_REJECT tristate 'REJECT target support' depends on ADK_KERNEL_IP_NF_FILTER - default m if ADK_PACKAGE_IPTABLES default n help The REJECT target allows a filtering rule to specify that an ICMP -- cgit v1.2.3