summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-02-15 18:45:27 +0000
committerJohn Crispin <john@openwrt.org>2016-02-15 18:45:27 +0000
commit6b90cc026847311de49f0efa67186bfd853c43e3 (patch)
treee7a8b68c0d9520129597584a9107380a3c1c9aa3 /package/kernel/linux
parent8b38a9450bd0e07306641d9250e1565f5804351b (diff)
downloadmaster-31e0f0ae-6b90cc026847311de49f0efa67186bfd853c43e3.tar.gz
master-31e0f0ae-6b90cc026847311de49f0efa67186bfd853c43e3.tar.bz2
master-31e0f0ae-6b90cc026847311de49f0efa67186bfd853c43e3.zip
kernel: MPLS did not exist prior to v4.4
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 48722
Diffstat (limited to 'package/kernel/linux')
-rw-r--r--package/kernel/linux/modules/netsupport.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
index 8a923ed66e..02db800c56 100644
--- a/package/kernel/linux/modules/netsupport.mk
+++ b/package/kernel/linux/modules/netsupport.mk
@@ -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 \