[kernel] generic-2.6/2.6.23: refresh patches
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.23 / 180-netfilter_depends.patch
1 --- a/net/netfilter/Kconfig
2 +++ b/net/netfilter/Kconfig
3 @@ -143,7 +143,7 @@ config NF_CONNTRACK_FTP
4  
5  config NF_CONNTRACK_H323
6         tristate "H.323 protocol support (EXPERIMENTAL)"
7 -       depends on EXPERIMENTAL && NF_CONNTRACK && (IPV6 || IPV6=n)
8 +       depends on EXPERIMENTAL && NF_CONNTRACK
9         help
10           H.323 is a VoIP signalling protocol from ITU-T. As one of the most
11           important VoIP protocols, it is widely used by voice hardware and
12 @@ -420,7 +420,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         ---help---
19           This option adds a `TCPMSS' target, which allows you to alter the
20           MSS value of TCP SYN packets, to control the maximum size for that