From: Florian Westphal Date: Tue, 18 Jan 2011 14:18:08 +0000 (+0100) Subject: netfilter: Kconfig: NFQUEUE is useless without NETFILTER_NETLINK_QUEUE X-Git-Tag: v2.6.39-rc1~468^2~510^2~8 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=5f2cafe73671d865af88494159f3e8c1b322e1c5;p=~emulex%2Finfiniband.git netfilter: Kconfig: NFQUEUE is useless without NETFILTER_NETLINK_QUEUE NFLOG already does the same thing for NETFILTER_NETLINK_LOG. Signed-off-by: Florian Westphal Signed-off-by: Patrick McHardy --- diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 93918f02255..e2480bddbfd 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -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.