[OpenWrt-Devel] [PATCH RFC 1/2] config: add MPLS and LWTunnel support

André Valentin avalentin at marcant.net
Sat Jan 30 17:14:46 EST 2016


Add support for MPLS and Lighweight tunnel to openwrt kernel config.

Signed-off-by: André Valentin <avalentin at marcant.net>
---
 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
+
 config KERNEL_COREDUMP
 	bool
 
-- 
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list