add generic gpio char dev for CONFIG_GENERIC_GPIO archs
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.23 / 180-netfilter_depends.patch
1 Index: linux-2.6.23-rc6/net/netfilter/Kconfig
2 ===================================================================
3 --- linux-2.6.23-rc6.orig/net/netfilter/Kconfig 2007-09-21 16:24:03.000000000 +0800
4 +++ linux-2.6.23-rc6/net/netfilter/Kconfig 2007-09-21 16:24:04.000000000 +0800
5 @@ -143,7 +143,7 @@
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 @@ -403,7 +403,7 @@
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