[openwrt/openwrt] kernel: usb-net-asix: fix 5.15 dependency

LEDE Commits lede-commits at lists.infradead.org
Thu Apr 14 22:11:43 PDT 2022


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/afb0e9336e2e608a55fe0166e0280356f4b222be

commit afb0e9336e2e608a55fe0166e0280356f4b222be
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Mon Apr 11 17:39:23 2022 +0200

    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 at true.cz>
---
 package/kernel/linux/modules/usb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index fd7ce412d0..c9c1dfd75f 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/package/kernel/linux/modules/usb.mk
@@ -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
+  DEPENDS:=+kmod-libphy +LINUX_5_15:kmod-net-selftests +LINUX_5_15:kmod-mdio-devres
   KCONFIG:=CONFIG_USB_NET_AX8817X
   FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/asix.ko
   AUTOLOAD:=$(call AutoProbe,asix)




More information about the lede-commits mailing list