aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2021-03-17 00:32:32 -0700
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2021-03-19 14:02:47 +0000
commit2a8ae3bf0a199b08f6a760d1d3b164356473facf (patch)
tree167e1578d2f5fb22783d6bfbc7ebf9b352af15d1 /package/kernel/linux/modules
parentd0d63162b6fab566c0e2eced26773b935c637e46 (diff)
downloadupstream-2a8ae3bf0a199b08f6a760d1d3b164356473facf.tar.gz
upstream-2a8ae3bf0a199b08f6a760d1d3b164356473facf.tar.bz2
upstream-2a8ae3bf0a199b08f6a760d1d3b164356473facf.zip
kernel: 5.10: update kmod-usb-net-smsc95xx
Add kmod-libphy dependency. Signed-off-by: Javier Marcet <javier@marcet.info> Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r--package/kernel/linux/modules/usb.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index 69d3376609..9e8752cc64 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/package/kernel/linux/modules/usb.mk
@@ -1216,6 +1216,7 @@ $(eval $(call KernelPackage,usb-net-mcs7830))
define KernelPackage/usb-net-smsc95xx
TITLE:=SMSC LAN95XX based USB 2.0 10/100 ethernet devices
+ DEPENDS:=+LINUX_5_10:kmod-libphy
KCONFIG:=CONFIG_USB_NET_SMSC95XX
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/smsc95xx.ko
AUTOLOAD:=$(call AutoProbe,smsc95xx)