From: Mantas Pucka Date: Fri, 22 Nov 2024 08:07:43 +0000 (+0200) Subject: kernel: adjust kmod-phy-aquantia dependencies for v6.12 kernel X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8487a4b32ee8e7fd9be6b55b78dcffd1d3b00e38;p=openwrt%2Fstaging%2Fwigyori.git kernel: adjust kmod-phy-aquantia dependencies for v6.12 kernel Driver moved to different CRC library in v6.12 Signed-off-by: Mantas Pucka --- diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk index 6db6ad90c4..50382c5f15 100644 --- a/package/kernel/linux/modules/netdevices.mk +++ b/package/kernel/linux/modules/netdevices.mk @@ -512,7 +512,7 @@ $(eval $(call KernelPackage,phy-airoha-en8811h)) define KernelPackage/phy-aquantia SUBMENU:=$(NETWORK_DEVICES_MENU) TITLE:=Aquantia Ethernet PHYs - DEPENDS:=+kmod-libphy +kmod-hwmon-core +kmod-lib-crc-ccitt + DEPENDS:=+kmod-libphy +kmod-hwmon-core +!LINUX_6_12:kmod-lib-crc-ccitt +LINUX_6_12:kmod-lib-crc-itu-t KCONFIG:=CONFIG_AQUANTIA_PHY FILES:=$(LINUX_DIR)/drivers/net/phy/aquantia/aquantia.ko AUTOLOAD:=$(call AutoLoad,18,aquantia,1)