aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/usb.mk
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-10-20 03:13:50 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2023-05-22 22:28:20 +0200
commita5118876441b6fe41ae7240f84a93c21c2a7ce36 (patch)
treee43c11e8011bac0b8d02635c32b487f699e621a6 /package/kernel/linux/modules/usb.mk
parent47e43c86e44c471973d367b230ddc29aa2dc8888 (diff)
downloadupstream-a5118876441b6fe41ae7240f84a93c21c2a7ce36.tar.gz
upstream-a5118876441b6fe41ae7240f84a93c21c2a7ce36.tar.bz2
upstream-a5118876441b6fe41ae7240f84a93c21c2a7ce36.zip
kernel: modules: adapt for kernel 6.1
Adapt kernel modules to support kernel 6.1. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'package/kernel/linux/modules/usb.mk')
-rw-r--r--package/kernel/linux/modules/usb.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index 2561f36aa3d..f9b00fabd8a 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/package/kernel/linux/modules/usb.mk
@@ -1155,7 +1155,9 @@ $(eval $(call KernelPackage,usb-net-aqc111))
define KernelPackage/usb-net-asix
TITLE:=Kernel module for USB-to-Ethernet Asix convertors
- DEPENDS:=+kmod-libphy +kmod-net-selftests +kmod-mdio-devres +kmod-phy-ax88796b
+ DEPENDS:= \
+ +kmod-libphy +kmod-net-selftests +kmod-mdio-devres +kmod-phy-ax88796b \
+ +LINUX_6_1:kmod-phylink
KCONFIG:=CONFIG_USB_NET_AX8817X
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/asix.ko
AUTOLOAD:=$(call AutoProbe,asix)