prepare for the transition to linux 2.6.22 - make it possible to override the kernel...
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.22 / 180-netfilter_depends.patch
1 --- linux.old/net/netfilter/Kconfig     2007-05-26 20:05:39.270134976 +0200
2 +++ linux.dev/net/netfilter/Kconfig     2007-05-26 20:12:44.258526920 +0200
3 @@ -133,7 +133,7 @@
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 @@ -381,7 +381,7 @@
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