From: Mieczyslaw Nalewaj Date: Mon, 25 Nov 2024 13:09:48 +0000 (+0100) Subject: kernel/hwmon-max6697: fix missing dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=24d9b5003181a0c4ff03ab4e38a45da740e3c21a;p=openwrt%2Fstaging%2Fwigyori.git kernel/hwmon-max6697: fix missing dependency Fix missing dependency on kernel 6.12. Signed-off-by: Mieczyslaw Nalewaj --- diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index ae9b35114b..ce6bcfffc6 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -421,7 +421,7 @@ define KernelPackage/hwmon-max6697 KCONFIG:=CONFIG_SENSORS_MAX6697 FILES:=$(LINUX_DIR)/drivers/hwmon/max6697.ko AUTOLOAD:=$(call AutoProbe,max6697) - $(call AddDepends/hwmon,+kmod-i2c-core) + $(call AddDepends/hwmon,+kmod-i2c-core +LINUX_6_12:kmod-regmap-i2c) endef define KernelPackage/hwmon-max6697/description