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
+
 config KERNEL_COREDUMP
        bool
 
-- 
2.1.4
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to