summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netfilter.ip6
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.netfilter.ip6')
-rw-r--r--target/linux/config/Config.in.netfilter.ip68
1 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/config/Config.in.netfilter.ip6 b/target/linux/config/Config.in.netfilter.ip6
index 1999f21b6..1690d3d32 100644
--- a/target/linux/config/Config.in.netfilter.ip6
+++ b/target/linux/config/Config.in.netfilter.ip6
@@ -3,7 +3,6 @@ config ADK_KERNEL_NF_CONNTRACK_IPV6
tristate
select ADK_KERNEL_NF_CONNTRACK
select ADK_KERNEL_IPV6
- default y if ADK_TARGET_IPTABLES
default n
help
Connection tracking keeps a record of what packets have passed
@@ -20,7 +19,6 @@ config ADK_KERNEL_IP6_NF_IPTABLES
tristate "IP6 tables support (required for filtering)"
select ADK_KERNEL_NETFILTER_XTABLES
select ADK_KERNEL_IPV6
- default y if ADK_TARGET_IPTABLES
default n
help
ip6tables is a general, extensible packet identification framework.
@@ -91,9 +89,7 @@ config ADK_KERNEL_IP6_NF_MATCH_RT
# The targets
config ADK_KERNEL_IP6_NF_FILTER
- prompt "Packet filtering"
- tristate
- default y if ADK_TARGET_IPTABLES
+ tristate "Packet filtering"
default n
help
Packet filtering defines a table `filter', which has a series of
@@ -122,7 +118,7 @@ config ADK_KERNEL_IP6_NF_MANGLE
To compile it as a module, choose M here. If unsure, say N.
config ADK_KERNEL_IP6_NF_RAW
- tristate 'raw table support (required for TRACE)'
+ tristate 'raw table support (required for TRACE)'
help
This option adds a `raw' table to ip6tables. This table is the very
first in the netfilter framework and hooks in at the PREROUTING