From 46c7d0d1ab610701b91ac9ba465e63f51e80ee06 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Mar 2016 17:56:58 +0000 Subject: kernel: remove linux 4.3 support Signed-off-by: Felix Fietkau SVN-Revision: 48955 --- package/kernel/linux/modules/netsupport.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/kernel/linux/modules/netsupport.mk') diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 02db800c56..09fa5951ff 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -1005,7 +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) + DEPENDS:=@!(LINUX_3_18||LINUX_4_1) KCONFIG:= \ CONFIG_MPLS=y \ CONFIG_LWTUNNEL=y \ -- cgit v1.2.3