Skip to content
Snippets Groups Projects
Commit 83d017da authored by Tom Rini's avatar Tom Rini Committed by Bruce Ashfield
Browse files

netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG


In order for logging to work, as for example seen with the default
configuration of 'ufw' we need to have logging support enabled.  This is
currently gated on the CONFIG_NETFILTER_XT_TARGET_LOG option, so enable
it here.

Fixes: f56608b4 ("meta: cleanup invalid/obselete 3.4 CONFIG options")
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 8d7d0035
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
CONFIG_NETFILTER_XT_TARGET_LOG=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment