From: Mieczyslaw Nalewaj Date: Sun, 27 Apr 2025 16:59:18 +0000 (+0200) Subject: kernel/hwmon-core: 6.12: fix missing dependency X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f19be76919ce9af418c83fa63a3ef5e8ccc78cf;p=thirdparty%2Fopenwrt.git 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 --- 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 \