From 9dea260d3e705b1cd2c7f36135300e228585bb89 Mon Sep 17 00:00:00 2001 From: Felix Fietkau <nbd@nbd.name> Date: Tue, 31 Oct 2017 09:58:29 +0530 Subject: [PATCH] hack: net: remove bogus netfilter dependencies lede-commit: 589d2a377dee27d206fc3725325309cf649e4df6 Signed-off-by: Felix Fietkau <nbd@nbd.name> --- net/netfilter/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 7a46662cf..3e8c9b2da 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -218,7 +218,6 @@ config NF_CONNTRACK_FTP config NF_CONNTRACK_H323 tristate "H.323 protocol support" - depends on IPV6 || IPV6=n depends on NETFILTER_ADVANCED help H.323 is a VoIP signalling protocol from ITU-T. As one of the most @@ -983,7 +982,6 @@ config NETFILTER_XT_TARGET_SECMARK config NETFILTER_XT_TARGET_TCPMSS tristate '"TCPMSS" target support' - depends on IPV6 || IPV6=n default m if NETFILTER_ADVANCED=n ---help--- This option adds a `TCPMSS' target, which allows you to alter the -- GitLab