kmod-ice: fix dependency on 6.12 (#13510)

This commit is contained in:
Internet1235 2025-05-28 10:10:05 +08:00 committed by GitHub
parent c2486c96e9
commit 5d024512e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1193,8 +1193,9 @@ $(eval $(call KernelPackage,iavf))
define KernelPackage/ice
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Intel(R) Ethernet Controller E810 Series support
DEPENDS:=@PCI_SUPPORT +kmod-ptp
DEPENDS:=@PCI_SUPPORT +kmod-ptp +LINUX_6_12:kmod-hwmon-core +LINUX_6_12:kmod-libie
KCONFIG:=CONFIG_ICE \
CONFIG_ICE_HWMON=y \
CONFIG_ICE_HWTS=n \
CONFIG_ICE_SWITCHDEV=y
FILES:=$(LINUX_DIR)/drivers/net/ethernet/intel/ice/ice.ko