mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
kernel: modules: package Microchip LAN743x PCIe gigE driver
Package the Microchip LAN743x PCIe gigE driver Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
102dc5a625
commit
3e9005546a
@ -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))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user