kernel: usb-net-asix: fix 5.15 dependency
Upstream in commit 34a1dee6bc44 ("net: usb: asix: ax88772: add generic
selftest support") in version 5.14 added dependency on generic selftest
functionality and armvirt/64 when compiled with ALL_KMODS=y reports following:
 Package kmod-usb-net-asix is missing dependencies for the following libraries:
 mdio_devres.ko
 selftests.ko
Signed-off-by: Petr Štetiar <ynezz@true.cz>
			
			
This commit is contained in:
		| @@ -1138,7 +1138,7 @@ $(eval $(call KernelPackage,usb-net-aqc111)) | |||||||
|  |  | ||||||
| define KernelPackage/usb-net-asix | define KernelPackage/usb-net-asix | ||||||
|   TITLE:=Kernel module for USB-to-Ethernet Asix convertors |   TITLE:=Kernel module for USB-to-Ethernet Asix convertors | ||||||
|   DEPENDS:=+kmod-libphy |   DEPENDS:=+kmod-libphy +LINUX_5_15:kmod-net-selftests +LINUX_5_15:kmod-mdio-devres | ||||||
|   KCONFIG:=CONFIG_USB_NET_AX8817X |   KCONFIG:=CONFIG_USB_NET_AX8817X | ||||||
|   FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/asix.ko |   FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/asix.ko | ||||||
|   AUTOLOAD:=$(call AutoProbe,asix) |   AUTOLOAD:=$(call AutoProbe,asix) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Petr Štetiar
					Petr Štetiar