summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netfilter
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-15 16:34:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-15 16:34:38 +0200
commitda074de37f3f49ff70644bf37178e31d1ca0f065 (patch)
tree1b94a3d8d019ec0bfa397d33fe72f78153a7acf1 /target/linux/config/Config.in.netfilter
parent12117c47fa424fbb41fd105434e0b80f0f3cac62 (diff)
remove subpackage ip6tables
Diffstat (limited to 'target/linux/config/Config.in.netfilter')
-rw-r--r--target/linux/config/Config.in.netfilter18
1 files changed, 11 insertions, 7 deletions
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