[kernel] refresh generic 2.6.22 patches
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.22 / 180-netfilter_depends.patch
1 Index: linux-2.6.22.19/net/netfilter/Kconfig
2 ===================================================================
3 --- linux-2.6.22.19.orig/net/netfilter/Kconfig
4 +++ linux-2.6.22.19/net/netfilter/Kconfig
5 @@ -133,7 +133,7 @@ config NF_CONNTRACK_FTP
6  
7  config NF_CONNTRACK_H323
8         tristate "H.323 protocol support (EXPERIMENTAL)"
9 -       depends on EXPERIMENTAL && NF_CONNTRACK && (IPV6 || IPV6=n)
10 +       depends on EXPERIMENTAL && NF_CONNTRACK
11         help
12           H.323 is a VoIP signalling protocol from ITU-T. As one of the most
13           important VoIP protocols, it is widely used by voice hardware and
14 @@ -398,7 +398,7 @@ config NETFILTER_XT_TARGET_TARPIT
15  
16  config NETFILTER_XT_TARGET_TCPMSS
17         tristate '"TCPMSS" target support'
18 -       depends on NETFILTER_XTABLES && (IPV6 || IPV6=n)
19 +       depends on NETFILTER_XTABLES
20         ---help---
21           This option adds a `TCPMSS' target, which allows you to alter the
22           MSS value of TCP SYN packets, to control the maximum size for that