Author: blogic Date: 2016-02-15 19:45:27 +0100 (Mon, 15 Feb 2016) New Revision: 48722
Modified: trunk/package/kernel/linux/modules/netsupport.mk Log: kernel: MPLS did not exist prior to v4.4 Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/kernel/linux/modules/netsupport.mk =================================================================== --- trunk/package/kernel/linux/modules/netsupport.mk 2016-02-15 18:45:22 UTC (rev 48721) +++ trunk/package/kernel/linux/modules/netsupport.mk 2016-02-15 18:45:27 UTC (rev 48722) @@ -1005,6 +1005,7 @@ 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 \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
