On 2016-01-30 23:14, André Valentin wrote: > Add support for MPLS and Lighweight tunnel to openwrt kernel config. > > Signed-off-by: André Valentin <[email protected]> > --- > config/Config-kernel.in | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/config/Config-kernel.in b/config/Config-kernel.in > index c93bbde..0bc1687 100644 > --- a/config/Config-kernel.in > +++ b/config/Config-kernel.in > @@ -184,6 +184,14 @@ config KERNEL_MAGIC_SYSRQ > bool "Compile the kernel with SysRq support" > default y > > +config KERNEL_LWTUNNEL > + bool "Compile the kernel with LWTUNNEL support" > + default n > + > +config KERNEL_MPLS > + bool "Compile the kernel with MPLS support" > + default n > + Putting these here and selecting them from your kmod-* package doesn't make any sense. Please stick to using KCONFIG.
- Felix _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
