Also add eeprom 93cx6 to generic-2.6
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches / 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 @@ -165,7 +165,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 @@ -416,7 +416,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