mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-09 04:15:47 +00:00
kernel: add kmod-usb-net-smsc75xx
add kernel module for smsc75xx based USB 2.0 Gigabit Ethernet devices Signed-off-by: Marius Durbaca <mariusd84@gmail.com>
This commit is contained in:
parent
0aa1316218
commit
f1b4c1d82d
@ -1231,6 +1231,22 @@ endef
|
||||
$(eval $(call KernelPackage,usb-net-mcs7830))
|
||||
|
||||
|
||||
define KernelPackage/usb-net-smsc75xx
|
||||
TITLE:=SMSC LAN75XX based USB 2.0 Gigabit ethernet devices
|
||||
DEPENDS:=+!LINUX_5_4:kmod-libphy
|
||||
KCONFIG:=CONFIG_USB_NET_SMSC75XX
|
||||
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/smsc75xx.ko
|
||||
AUTOLOAD:=$(call AutoProbe,smsc75xx)
|
||||
$(call AddDepends/usb-net, +kmod-lib-crc16)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-net-smsc75xx/description
|
||||
Kernel module for SMSC LAN75XX based devices
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-net-smsc75xx))
|
||||
|
||||
|
||||
define KernelPackage/usb-net-smsc95xx
|
||||
TITLE:=SMSC LAN95XX based USB 2.0 10/100 ethernet devices
|
||||
DEPENDS:=+LINUX_5_10:kmod-libphy
|
||||
|
Loading…
x
Reference in New Issue
Block a user