Author: kaloz
Date: 2015-01-04 19:41:32 +0100 (Sun, 04 Jan 2015)
New Revision: 43827

Modified:
   trunk/package/kernel/linux/modules/netdevices.mk
Log:
[netdevices.mk]: et131x is out of staging in 3.18

Signed-off-by: Imre Kaloz <[email protected]>



Modified: trunk/package/kernel/linux/modules/netdevices.mk
===================================================================
--- trunk/package/kernel/linux/modules/netdevices.mk    2015-01-04 18:39:58 UTC 
(rev 43826)
+++ trunk/package/kernel/linux/modules/netdevices.mk    2015-01-04 18:41:32 UTC 
(rev 43827)
@@ -114,7 +114,11 @@
   SUBMENU:=$(NETWORK_DEVICES_MENU)
   TITLE:=Agere ET131x Gigabit Ethernet driver
   URL:=http://sourceforge.net/projects/et131x
+ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.18.0)),1)
+  FILES:=$(LINUX_DIR)/drivers/net/ethernet/agere/et131x.$(LINUX_KMOD_SUFFIX)
+else
   FILES:=$(LINUX_DIR)/drivers/staging/et131x/et131x.$(LINUX_KMOD_SUFFIX)
+endif
   KCONFIG:= \
        CONFIG_ET131X \
        CONFIG_ET131X_DEBUG=n
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to