On Mon, 30 May 2016 10:03:52 -0300
"Gabriel F.C. Mazzocato" <gabriel.mazzoc...@gmail.com> wrote:

> > From: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2...@gmx.net>
> >
> > The xt_TRACE kernel module can be used to debug the path of a
> > network packet through the filter rules. Building it as a module by
> > default (it is part of kmod-ipt-debug) would help in some
> > situations.
> >
> > Untested.
> >
> > Signed-off-by: Carl-Daniel Hailfinger
> > <c-d.hailfinger.devel.2...@gmx.net>
> >
> > diff --git a/package/kernel/linux/modules/netfilter.mk
> > b/package/kernel/linux/modules/netfilter.mk index 353de3e..9983b66
> > 100644 --- a/package/kernel/linux/modules/netfilter.mk
> > +++ b/package/kernel/linux/modules/netfilter.mk
> > @@ -424,7 +424,6 @@ $(eval $(call KernelPackage,ipt-nfqueue))
> >  define KernelPackage/ipt-debug
> >    TITLE:=Module for debugging/development
> >    KCONFIG:=$(KCONFIG_IPT_DEBUG)
> > -  DEFAULT:=n
> >    FILES:=$(foreach mod,$(IPT_DEBUG-m),$(LINUX_DIR)/net/$(mod).ko)
> >    AUTOLOAD:=$(call AutoProbe,$(notdir $(IPT_DEBUG-m)))
> >    $(call AddDepends/ipt)
> >  
> 
> Hi,
> Didn't you miss the endef and $(eval $(call KernelPackage,ipt-debug))
> after the dependency call ?
> Just curious, mine won't work without those two.
> 
> Thank you
you're right. but this is only a patch which removes the -DEFAULT:=n.
The line in benaeth the patch.

-- 
Alexander Couzens

mail: lyn...@fe80.eu
jabber: lyn...@fe80.eu
mobile: +4915123277221
gpg: 390D CF78 8BF9 AA50 4F8F  F1E2 C29E 9DA6 A0DF 8604

Attachment: pgpknrzaWGcQ6.pgp
Description: OpenPGP digital signature

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to