netfilter: Kconfig: NFQUEUE is useless without NETFILTER_NETLINK_QUEUE
authorFlorian Westphal <fw@strlen.de>
Tue, 18 Jan 2011 14:18:08 +0000 (15:18 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 18 Jan 2011 14:18:08 +0000 (15:18 +0100)
NFLOG already does the same thing for NETFILTER_NETLINK_LOG.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/Kconfig

index 93918f0225555611579097a4c88f316d8dacb121..e2480bddbfd5263bf962ccf563d932b7259fe8f5 100644 (file)
@@ -487,6 +487,7 @@ config NETFILTER_XT_TARGET_NFLOG
 config NETFILTER_XT_TARGET_NFQUEUE
        tristate '"NFQUEUE" target Support'
        depends on NETFILTER_ADVANCED
+       select NETFILTER_NETLINK_QUEUE
        help
          This target replaced the old obsolete QUEUE target.