Hi Felix, thanks for taking a look. I had the problem that without this selection the iproute2 "ip route" does not support the new route "encap" parameter. It seems to detect the support in the kernel. Same is with GRE, also available for LWTUNNEL, but it is now missing in iproute2. GRE is build as a module. I'm pretty sure I cleaned everything by removing every stuff in build_dir/target* Do you have an idea how to solve this?
Kind regards, André Am 30.01.2016 um 23:19 schrieb Felix Fietkau: > 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 > -- Mit freundlichen Grüßen André Valentin Systemadministration - Projektkoordination -- MarcanT GmbH, Herforder Straße 163a, D - 33609 Bielefeld Fon: +49 (521) 95945-0 | Fax: +49 (521) 95945-18 URL: http://www.marcant.net <http://www.marcant.net/> | http://www.global-m2m.com <http://www.global-m2m.com/> Internet * Netzwerk * Mobile Daten Citrix Silver Solution Advisor Geschäftsführer: Thorsten Hojas Handelsregister: AG Bielefeld, HRB 35827 USt-ID Nr.: DE 190203238 ___________________________________________________________ Ausserhalb unserer Geschäftszeiten (Montag bis Freitag von 8:30 Uhr bis 17:30 Uhr, ausgenommen gesetzliche Feiertage in NRW) stehen wir Ihnen gemäß Ihrer jeweiligen Service-Level-Agreements unter der Ihnen mitgeteilten Telefonnummer für Störungen und Notfälle zur Verfügung. Sie können natürlich auch gerne jederzeit unter [email protected] ein Ticket eröffnen, welches am nächsten Arbeitstag bearbeitet wird. _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
