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 | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'target/linux/config/Config.in.netfilter') diff --git a/target/linux/config/Config.in.netfilter b/target/linux/config/Config.in.netfilter index 2fc23225c..f07302981 100644 --- a/target/linux/config/Config.in.netfilter +++ b/target/linux/config/Config.in.netfilter @@ -1,29 +1,33 @@ menu "Netfilter (Firewall/Filtering)" config ADK_KERNEL_NETFILTER - bool + boolean + default y if ADK_PACKAGE_IPTABLES default n config ADK_KERNEL_NETFILTER_ADVANCED - bool + boolean + default y if ADK_PACKAGE_IPTABLES default n config ADK_KERNEL_BRIDGE_NETFILTER - bool + boolean + default y if ADK_PACKAGE_EBTABLES default n config ADK_KERNEL_NETFILTER_XTABLES - bool + boolean select ADK_KERNEL_NETFILTER select ADK_KERNEL_NETFILTER_ADVANCED + default y if ADK_PACKAGE_IPTABLES default n config ADK_KERNEL_NETFILTER_DEBUG - bool + boolean default n config ADK_KERNEL_IP_NF_MATCH_LAYER7_DEBUG - bool + boolean default n config ADK_KERNEL_IP_NF_TARGET_MIRROR @@ -75,7 +79,7 @@ config ADK_KERNEL_IP6_NF_IPTABLES default n config ADK_KERNEL_IP_ROUTE_FWMARK - bool + boolean default n config ADK_KERNEL_IP_NF_QUEUE -- cgit v1.2.3