mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-06 18:32:05 +08:00
kernel: adjust kmod-phy-aquantia dependencies
Driver moved to different CRC library in v6.12 Signed-off-by: Mantas Pucka <mantas@8devices.com> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
1f367969b0
commit
b80ba6f8b9
@ -487,7 +487,8 @@ $(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.ko@lt6.1 \
|
||||
$(LINUX_DIR)/drivers/net/phy/aquantia/aquantia.ko@ge6.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user