|
|
@@ -1523,3 +1523,19 @@ endef
|
|
|
|
|
|
$(eval $(call KernelPackage,atlantic))
|
|
|
|
|
|
+
|
|
|
+define KernelPackage/lan743x
|
|
|
+ SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
+ TITLE:=Microchip LAN743x PCI Express Gigabit Ethernet NIC
|
|
|
+ DEPENDS:=@PCI_SUPPORT
|
|
|
+ KCONFIG:=CONFIG_LAN743X
|
|
|
+ FILES:=$(LINUX_DIR)/drivers/net/ethernet/microchip/lan743x.ko
|
|
|
+ AUTOLOAD:=$(call AutoProbe,lan743x)
|
|
|
+endef
|
|
|
+
|
|
|
+define KernelPackage/lan743x/description
|
|
|
+ Kernel module for Microchip LAN743x PCI Express Gigabit Ethernet NIC
|
|
|
+endef
|
|
|
+
|
|
|
+$(eval $(call KernelPackage,lan743x))
|
|
|
+
|