From 1b3259eb5cdcfecbfae7809b8a9febdbe22ac65f Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Sun, 19 Nov 2023 12:52:55 +0100 Subject: generic: 5.15: backport upstream Aquantia PHY firmware loader patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport merged upstream patch that adds support for firmware loader from NVMEM or attached filesystem for Aquantia PHYs. Refresh all kernel patches affected by this change. Also update the path for aquantia .ko that got moved to dedicated directory upstream. Signed-off-by: Christian Marangi [rmilecki: port to 5.15] Signed-off-by: Rafał Miłecki --- package/kernel/linux/modules/netdevices.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package/kernel/linux/modules') diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk index 46dcdfdef72..63f75e95914 100644 --- a/package/kernel/linux/modules/netdevices.mk +++ b/package/kernel/linux/modules/netdevices.mk @@ -380,9 +380,7 @@ define KernelPackage/phy-aquantia TITLE:=Aquantia Ethernet PHYs DEPENDS:=+kmod-libphy +kmod-hwmon-core +kmod-lib-crc-ccitt KCONFIG:=CONFIG_AQUANTIA_PHY - FILES:= \ - $(LINUX_DIR)/drivers/net/phy/aquantia.ko@lt6.1 \ - $(LINUX_DIR)/drivers/net/phy/aquantia/aquantia.ko@ge6.1 + FILES:=$(LINUX_DIR)/drivers/net/phy/aquantia/aquantia.ko AUTOLOAD:=$(call AutoLoad,18,aquantia,1) endef -- cgit v1.2.3