merged. SRCREV updates will be sent out with my next queue.
Bruce On Tue, Feb 12, 2019 at 2:10 PM Tom Rini <[email protected]> wrote: > > 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: f56608b405f0 ("meta: cleanup invalid/obselete 3.4 CONFIG options") > Signed-off-by: Tom Rini <[email protected]> > --- > features/netfilter/netfilter.cfg | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/features/netfilter/netfilter.cfg > b/features/netfilter/netfilter.cfg > index 6497b0ea7bfe..c1f8b83a38bd 100644 > --- a/features/netfilter/netfilter.cfg > +++ b/features/netfilter/netfilter.cfg > @@ -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 > -- > 2.7.4 > > -- > _______________________________________________ > linux-yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/linux-yocto -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
