summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netfilter.core
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.core
parent12117c47fa424fbb41fd105434e0b80f0f3cac62 (diff)
remove subpackage ip6tables
Diffstat (limited to 'target/linux/config/Config.in.netfilter.core')
-rw-r--r--target/linux/config/Config.in.netfilter.core5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.netfilter.core b/target/linux/config/Config.in.netfilter.core
index 16da9707f..d5665bbdc 100644
--- a/target/linux/config/Config.in.netfilter.core
+++ b/target/linux/config/Config.in.netfilter.core
@@ -5,8 +5,11 @@ config ADK_KERNEL_NETFILTER_NETLINK_LOG
for logging packets via NFNETLINK.
config ADK_KERNEL_NF_CONNTRACK
- tristate 'Netfilter connection tracking support'
+ prompt 'Netfilter connection tracking support'
+ tristate
select ADK_KERNEL_NETFILTER_XTABLES
+ default m if ADK_PACKAGE_IPTABLES
+ default n
help
Connection tracking keeps a record of what packets have passed
through your machine, in order to figure out how they are related