aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-11-19 12:52:55 +0100
committerRafał Miłecki <rafal@milecki.pl>2024-02-13 05:41:32 +0100
commiteda5930d431545bbdcd808657d50de999062fb81 (patch)
tree5817dca2771806395192e8ed75ca2e1731001fb2 /package/kernel/linux/modules
parent277d97e0d9c2a426dbc80b283cf4a704465716eb (diff)
downloadupstream-eda5930d431545bbdcd808657d50de999062fb81.tar.gz
upstream-eda5930d431545bbdcd808657d50de999062fb81.tar.bz2
upstream-eda5930d431545bbdcd808657d50de999062fb81.zip
generic: 5.15: backport upstream Aquantia PHY firmware loader patches
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 <ansuelsmth@gmail.com> [rmilecki: port to 5.15] Signed-off-by: Rafał Miłecki <rafal@milecki.pl> (cherry picked from commit 1b3259eb5cdcfecbfae7809b8a9febdbe22ac65f)
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r--package/kernel/linux/modules/netdevices.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk
index b8f2466cb48..2a7cc65d605 100644
--- a/package/kernel/linux/modules/netdevices.mk
+++ b/package/kernel/linux/modules/netdevices.mk
@@ -361,9 +361,9 @@ $(eval $(call KernelPackage,phy-smsc))
define KernelPackage/phy-aquantia
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Aquantia Ethernet PHYs
- DEPENDS:=+kmod-libphy +kmod-hwmon-core
+ DEPENDS:=+kmod-libphy +kmod-hwmon-core +kmod-lib-crc-ccitt
KCONFIG:=CONFIG_AQUANTIA_PHY
- FILES:=$(LINUX_DIR)/drivers/net/phy/aquantia.ko
+ FILES:=$(LINUX_DIR)/drivers/net/phy/aquantia/aquantia.ko
AUTOLOAD:=$(call AutoLoad,18,aquantia,1)
endef