summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netfilter
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.netfilter')
-rw-r--r--target/linux/config/Config.in.netfilter44
1 files changed, 22 insertions, 22 deletions
diff --git a/target/linux/config/Config.in.netfilter b/target/linux/config/Config.in.netfilter
index 48db426ef..a4dc9b7c7 100644
--- a/target/linux/config/Config.in.netfilter
+++ b/target/linux/config/Config.in.netfilter
@@ -199,7 +199,7 @@ config ADK_KPACKAGE_KMOD_NF_CONNTRACK_IPV4
config ADK_KPACKAGE_KMOD_IP_NF_CT_ACCT
bool 'Connection tracking flow accounting'
- depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+ depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
help
If this option is enabled, the connection tracking code will
keep per-flow packet and byte counters.
@@ -209,7 +209,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_CT_ACCT
config ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK_MARK
bool 'Connection mark tracking support'
- depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+ depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
select ADK_KERNEL_IP_NF_MATCH_CONNMARK
help
This option enables support for connection marks, used by the
@@ -219,7 +219,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK_MARK
config ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK_SECMARK
bool 'Connection tracking security mark support'
- depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+ depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
#FIXME select NETWORK_SECMARK
help
This option enables security markings to be applied to
@@ -230,7 +230,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK_SECMARK
config ADK_KPACKAGE_KMOD_IP_NF_FTP
tristate 'FTP protocol support'
- depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+ depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
help
Tracking FTP connections is problematic: special helpers are
required for tracking them, and doing masquerading and other forms
@@ -238,7 +238,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_FTP
config ADK_KPACKAGE_KMOD_IP_NF_IRC
tristate 'IRC protocol support'
- depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+ depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
help
There is a commonly-used extension to IRC called
Direct Client-to-Client Protocol (DCC). This enables users to send
@@ -251,7 +251,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_IRC
config ADK_KPACKAGE_KMOD_IP_NF_NETBIOS_NS
tristate 'NetBIOS name service protocol support (EXPERIMENTAL)'
- depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+ depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
help
NetBIOS name service requests are sent as broadcast messages from an
unprivileged port and responded to with unicast messages to the
@@ -268,7 +268,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_NETBIOS_NS
config ADK_KPACKAGE_KMOD_IP_NF_TFTP
tristate 'TFTP protocol support'
- depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+ depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
help
TFTP connection tracking helper, this is required depending
on how restrictive your ruleset is.
@@ -277,7 +277,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_TFTP
config ADK_KPACKAGE_KMOD_IP_NF_AMANDA
tristate 'Amanda backup protocol support'
- depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+ depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
#FIXME TEXTSEARCH && TEXTSEARCH_KMP
help
If you are running the Amanda backup package <http://www.amanda.org/>
@@ -289,7 +289,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_AMANDA
config ADK_KPACKAGE_KMOD_IP_NF_PPTP
tristate 'PPTP protocol support'
- depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+ depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
help
This module adds support for PPTP (Point to Point Tunnelling
Protocol, RFC2637) connection tracking and NAT.
@@ -303,7 +303,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_PPTP
config ADK_KPACKAGE_KMOD_IP_NF_H323
tristate 'H.323 protocol support (EXPERIMENTAL)'
- depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+ depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
help
H.323 is a VoIP signalling protocol from ITU-T. As one of the most
important VoIP protocols, it is widely used by voice hardware and
@@ -320,7 +320,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_H323
config ADK_KPACKAGE_KMOD_IP_NF_SIP
tristate 'SIP protocol support (EXPERIMENTAL)'
- depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+ depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
help
SIP is an application-layer control protocol that can establish,
modify, and terminate multimedia sessions (conferences) such as
@@ -340,7 +340,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
config ADK_KPACKAGE_KMOD_IP_NF_FILTER
tristate 'Packet Filtering'
- depends ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
+ depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
help
Packet filtering defines a table `filter', which has a series of
rules for simple packet filtering at local input, forwarding and
@@ -348,7 +348,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_FILTER
config ADK_KPACKAGE_KMOD_NF_NAT
tristate 'Full NAT'
- depends ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
+ depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
help
The Full NAT option allows masquerading, port forwarding and other
forms of full Network Address Port Translation. It is controlled by
@@ -356,7 +356,7 @@ config ADK_KPACKAGE_KMOD_NF_NAT
config ADK_KPACKAGE_KMOD_IP_NF_TARGET_MASQUERADE
tristate 'MASQUERADE target support'
- depends ADK_KPACKAGE_KMOD_NF_NAT
+ depends on ADK_KPACKAGE_KMOD_NF_NAT
help
Masquerading is a special case of NAT: all outgoing connections are
changed to seem to come from a particular interface's address, and
@@ -366,7 +366,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_TARGET_MASQUERADE
config ADK_KPACKAGE_KMOD_IP_NF_TARGET_REJECT
tristate 'REJECT target support'
- depends ADK_KPACKAGE_KMOD_IP_NF_FILTER
+ depends on ADK_KPACKAGE_KMOD_IP_NF_FILTER
help
The REJECT target allows a filtering rule to specify that an ICMP
error should be issued in response to an incoming packet, rather
@@ -374,14 +374,14 @@ config ADK_KPACKAGE_KMOD_IP_NF_TARGET_REJECT
config ADK_KPACKAGE_KMOD_IP_NF_TARGET_LOG
tristate 'LOG target support'
- depends ADK_KPACKAGE_KMOD_IP_NF_FILTER
+ depends on ADK_KPACKAGE_KMOD_IP_NF_FILTER
help
This option adds a `LOG' target, which allows you to create rules in
any iptables table which records the packet header to the syslog.
config ADK_KPACKAGE_KMOD_IP_NF_TARGET_ULOG
tristate 'ULOG target support (ipv4 only)'
- depends ADK_KPACKAGE_KMOD_IP_NF_FILTER
+ depends on ADK_KPACKAGE_KMOD_IP_NF_FILTER
help
This option enables the old IPv4-only "ipt_ULOG" implementation
which has been obsoleted by the new "nfnetlink_log" code (see
@@ -397,7 +397,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_TARGET_ULOG
config ADK_KPACKAGE_KMOD_IP_NF_TARGET_REDIRECT
tristate 'REDIRECT target support'
- depends ADK_KPACKAGE_KMOD_IP_NF_NAT
+ depends on ADK_KPACKAGE_KMOD_IP_NF_NAT
help
REDIRECT is a special case of NAT: all incoming connections are
mapped onto the incoming interface's address, causing the packets to
@@ -406,7 +406,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_TARGET_REDIRECT
config ADK_KPACKAGE_KMOD_IP_NF_TARGET_NETMAP
tristate 'NETMAP target support'
- depends ADK_KPACKAGE_KMOD_IP_NF_NAT
+ depends on ADK_KPACKAGE_KMOD_IP_NF_NAT
help
NETMAP is an implementation of static 1:1 NAT mapping of network
addresses. It maps the network address part, while keeping the host
@@ -415,14 +415,14 @@ config ADK_KPACKAGE_KMOD_IP_NF_TARGET_NETMAP
config ADK_KPACKAGE_KMOD_IP_NF_TARGET_SAME
tristate 'SAME target support'
- depends ADK_KPACKAGE_KMOD_IP_NF_NAT
+ depends on ADK_KPACKAGE_KMOD_IP_NF_NAT
help
This option adds a `SAME' target, which works like the standard SNAT
target, but attempts to give clients the same IP for all connections.
config ADK_KPACKAGE_KMOD_IP_NF_MANGLE
tristate 'Packet mangling'
- depends ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
+ depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
help
This option adds a `mangle' table to iptables: see the man page for
iptables(8). This table is used for various packet alterations
@@ -430,7 +430,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_MANGLE
config ADK_KPACKAGE_KMOD_IP_NF_TARGET_ECN
tristate 'ECN target support'
- depends ADK_KPACKAGE_KMOD_IP_NF_MANGLE
+ depends on ADK_KPACKAGE_KMOD_IP_NF_MANGLE
help
This option adds a `ECN' target, which can be used in the iptables mangle
table.