8301e54054ec62bbd6894ab0ed285fc6ffa69926
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.27 / 180-netfilter_depends.patch
1 --- a/net/netfilter/Kconfig
2 +++ b/net/netfilter/Kconfig
3 @@ -165,7 +165,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 @@ -476,7 +476,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.05388 seconds and 3 git commands to generate.