kernel: MPLS did not exist prior to v4.4
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 48722
This commit is contained in:
parent
8b38a9450b
commit
6b90cc0268
1 changed files with 1 additions and 0 deletions
|
@ -1005,6 +1005,7 @@ $(eval $(call KernelPackage,rxrpc))
|
|||
define KernelPackage/mpls
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=MPLS support
|
||||
DEPENDS:=@!(LINUX_3_18||LINUX_4_1||LINUX_4_3)
|
||||
KCONFIG:= \
|
||||
CONFIG_MPLS=y \
|
||||
CONFIG_LWTUNNEL=y \
|
||||
|
|
Loading…
Reference in a new issue