]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
[PATCH] Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE
authorPatrick McHardy <kaber@trash.net>
Tue, 20 Dec 2005 00:58:12 +0000 (16:58 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 27 Dec 2005 00:08:57 +0000 (16:08 -0800)
IP6_NF_TARGET_NFQUEUE depends on IP6_NF_IPTABLES, not IP_NF_IPTABLES.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv6/netfilter/Kconfig

index bb7ccfe33f2384e9bbfeadcd8d48dabba4f417b1..0f2e65445f6ba3beda1e89c608fca7997d53ad15 100644 (file)
@@ -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.