Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31cb5bd4 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

[NETFILTER]: Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE



IP6_NF_TARGET_NFQUEUE depends on IP6_NF_IPTABLES, not IP_NF_IPTABLES.

Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0476f171
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ config IP6_NF_TARGET_REJECT

config IP6_NF_TARGET_NFQUEUE
	tristate "NFQUEUE Target Support"
	depends on IP_NF_IPTABLES
	depends on IP6_NF_IPTABLES
	help
	  This Target replaced the old obsolete QUEUE target.