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: MMI-PSA29.97-13-9~20520^2~510^2~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5f2cafe73671d865af88494159f3e8c1b322e1c5;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.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 93918f022555..e2480bddbfd5 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.