diff options
author | Patrick McHardy <kaber@trash.net> | 2005-12-20 00:53:26 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-12-20 00:53:26 +0300 |
commit | 31cb5bd4dc89ba14e6347b094e15a2f6778a01fc (patch) | |
tree | 8fd17c84c3a09cd5cd612527706fd3124dd88c22 /net/ipv6 | |
parent | 0476f171affa6eca62021fca2ae9f5140acc3713 (diff) | |
download | linux-31cb5bd4dc89ba14e6347b094e15a2f6778a01fc.tar.xz |
[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: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig index 060d61202412..04912f9b35c3 100644 --- a/net/ipv6/netfilter/Kconfig +++ b/net/ipv6/netfilter/Kconfig @@ -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. |