From 6f19be76919ce9af418c83fa63a3ef5e8ccc78cf Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Sun, 27 Apr 2025 18:59:18 +0200 Subject: [PATCH] kernel/hwmon-core: 6.12: fix missing dependency Add missing depends kmod-i2c-core. Package kmod-hwmon-core is missing dependencies for the following libraries: i2c-core.ko Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/16547 Signed-off-by: Christian Marangi --- package/kernel/linux/modules/hwmon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index 9d794d69f29..8c3bbe9327c 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -9,6 +9,7 @@ HWMON_MENU:=Hardware Monitoring Support define KernelPackage/hwmon-core SUBMENU:=$(HWMON_MENU) + DEPENDS:=+!LINUX_6_6:kmod-i2c-core TITLE:=Hardware monitoring support KCONFIG:= \ CONFIG_HWMON \