mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 16:30:53 +00:00
netfilter: Kconfig: NFQUEUE is useless without NETFILTER_NETLINK_QUEUE
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>
This commit is contained in:
parent
45eec34195
commit
5f2cafe736
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user