projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b38a94
)
kernel: MPLS did not exist prior to v4.4
author
John Crispin
<john@openwrt.org>
Mon, 15 Feb 2016 18:45:27 +0000
(18:45 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 15 Feb 2016 18:45:27 +0000
(18:45 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48722
package/kernel/linux/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/netsupport.mk
b/package/kernel/linux/modules/netsupport.mk
index 8a923ed66e5af495922f73e06b45b0e78b2fb339..02db800c568bc539c9ad42a6b7ba87038a56a7f2 100644
(file)
--- 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 \