kernel: split patches folder up into backport, pending and hack folders
[openwrt/staging/chunkeey.git] / target / linux / generic / hack-4.9 / 250-netfilter_depends.patch
1 From: Felix Fietkau <nbd@nbd.name>
2 Subject: hack: net: remove bogus netfilter dependencies
3
4 lede-commit: 589d2a377dee27d206fc3725325309cf649e4df6
5 Signed-off-by: Felix Fietkau <nbd@nbd.name>
6 ---
7 net/netfilter/Kconfig | 2 --
8 1 file changed, 2 deletions(-)
9
10 diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
11 index 82af5ba64088..65fe84db77ec 100644
12 --- a/net/netfilter/Kconfig
13 +++ b/net/netfilter/Kconfig
14 @@ -218,7 +218,6 @@ config NF_CONNTRACK_FTP
15
16 config NF_CONNTRACK_H323
17 tristate "H.323 protocol support"
18 - depends on IPV6 || IPV6=n
19 depends on NETFILTER_ADVANCED
20 help
21 H.323 is a VoIP signalling protocol from ITU-T. As one of the most
22 @@ -968,7 +967,6 @@ config NETFILTER_XT_TARGET_SECMARK
23
24 config NETFILTER_XT_TARGET_TCPMSS
25 tristate '"TCPMSS" target support'
26 - depends on IPV6 || IPV6=n
27 default m if NETFILTER_ADVANCED=n
28 ---help---
29 This option adds a `TCPMSS' target, which allows you to alter the
30 --
31 2.11.0
32