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

Felix Fietkau nbd at openwrt.org
Sat Jan 30 17:19:50 EST 2016


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 <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
> +
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
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list