mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
usb net: fix usb-net-asix in 5.18
This commit is contained in:
parent
f350b11ff2
commit
870bae6520
@ -1138,7 +1138,7 @@ $(eval $(call KernelPackage,usb-net-aqc111))
|
||||
|
||||
define KernelPackage/usb-net-asix
|
||||
TITLE:=Kernel module for USB-to-Ethernet Asix convertors
|
||||
DEPENDS:=+kmod-libphy +LINUX_5_15:kmod-mdio-devres
|
||||
DEPENDS:=+kmod-libphy +(LINUX_5_15||LINUX_5_18):kmod-mdio-devres
|
||||
KCONFIG:=CONFIG_USB_NET_AX8817X
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/$(USBNET_DIR)/asix.ko \
|
||||
|
Loading…
Reference in New Issue
Block a user