e63dd7b331c5dd9c8e32c7082dd2f914ee86f0aa
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.26 / 180-netfilter_depends.patch
1 --- a/net/netfilter/Kconfig
2 +++ b/net/netfilter/Kconfig
3 @@ -157,7 +157,7 @@ config NF_CONNTRACK_FTP
4
5 config NF_CONNTRACK_H323
6 tristate "H.323 protocol support"
7 - depends on NF_CONNTRACK && (IPV6 || IPV6=n)
8 + depends on NF_CONNTRACK
9 depends on NETFILTER_ADVANCED
10 help
11 H.323 is a VoIP signalling protocol from ITU-T. As one of the most
12 @@ -468,7 +468,7 @@ config NETFILTER_XT_TARGET_TARPIT
13
14 config NETFILTER_XT_TARGET_TCPMSS
15 tristate '"TCPMSS" target support'
16 - depends on NETFILTER_XTABLES && (IPV6 || IPV6=n)
17 + depends on NETFILTER_XTABLES
18 default m if NETFILTER_ADVANCED=n
19 ---help---
20 This option adds a `TCPMSS' target, which allows you to alter the
This page took 0.056817 seconds and 3 git commands to generate.