summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj2025-04-27 17:01:02 +0000
committerChristian Marangi2025-04-30 14:26:47 +0000
commit0e8b03f80c31b3e106c758d03b3fbd9a016ad7ca (patch)
treee7cdf5789018880e0ba0058aa478d76c7b1ffe1d
parent6f19be76919ce9af418c83fa63a3ef5e8ccc78cf (diff)
downloadopenwrt-0e8b03f80c31b3e106c758d03b3fbd9a016ad7ca.tar.gz
kernel/hwmon-lm92: 6.12: fix missing dependency
Add missing depends kmod-regmap-core. Package kmod-hwmon-lm92 is missing dependencies for the following libraries: regmap-core.ko Ref: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.12.y&id=1359590a5c48d1d28cd11808178931f146a539e2 Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/16547 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--package/kernel/linux/modules/hwmon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk
index 8c3bbe9327..1b85c3c7cd 100644
--- a/package/kernel/linux/modules/hwmon.mk
+++ b/package/kernel/linux/modules/hwmon.mk
@@ -362,7 +362,7 @@ define KernelPackage/hwmon-lm92
KCONFIG:=CONFIG_SENSORS_LM92
FILES:=$(LINUX_DIR)/drivers/hwmon/lm92.ko
AUTOLOAD:=$(call AutoProbe,lm92)
- $(call AddDepends/hwmon,+kmod-i2c-core)
+ $(call AddDepends/hwmon,+kmod-i2c-core +!LINUX_6_6:kmod-regmap-core)
endef
define KernelPackage/hwmon-lm92/description