diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-10 09:59:10 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-10 12:10:20 +0100 |
commit | 348fedc1a621117de10cc1f611ab96b19c777e53 (patch) | |
tree | 6c4749028e859a46729875a36b5d5b593738e0ac /package/kernel | |
parent | c524d1b256efd765491aa9b58d1ee947a954db96 (diff) | |
download | upstream-348fedc1a621117de10cc1f611ab96b19c777e53.tar.gz upstream-348fedc1a621117de10cc1f611ab96b19c777e53.tar.bz2 upstream-348fedc1a621117de10cc1f611ab96b19c777e53.zip |
imx6: build support for the ventana ethernet expansion board into the kernel instead of packaging it
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/linux/modules/netdevices.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk index 8be6453090..18370ddcc8 100644 --- a/package/kernel/linux/modules/netdevices.mk +++ b/package/kernel/linux/modules/netdevices.mk @@ -130,24 +130,6 @@ endef $(eval $(call KernelPackage,et131x)) -define KernelPackage/gw16083 - SUBMENU:=$(NETWORK_DEVICES_MENU) - TITLE:=Gateworks Ventana Ethernet Expansion Mezzanine driver - URL:=http://www.gateworks.com - FILES:=$(LINUX_DIR)/drivers/net/phy/gw16083.ko - KCONFIG:=CONFIG_GATEWORKS_GW16083 - DEPENDS:=@TARGET_imx6 @PCI_SUPPORT +kmod-libphy +kmod-igb - AUTOLOAD:=$(call AutoLoad,36,gw16083) -endef - -define KernelPackage/gw16083/description - This package contains the gw16083 kernel module for supporting the Gateworks - Ventana Ethernet Expansion Mezzanine. -endef - -$(eval $(call KernelPackage,gw16083)) - - define KernelPackage/phylib-broadcom SUBMENU:=$(NETWORK_DEVICES_MENU) TITLE:=Broadcom Ethernet PHY library |