[openwrt/openwrt] kernel: kmod-hwmon-max6642: Depend on kernel 6.6

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 25 16:47:32 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b1968034c276d6e9736fa13d88131df021b01240

commit b1968034c276d6e9736fa13d88131df021b01240
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jul 20 18:20:16 2025 +0200

    kernel: kmod-hwmon-max6642: Depend on kernel 6.6
    
    This driver was removed in kernel 6.11 [0], make it depend on kernel 6.6
    for now.
    
    [0]: https://git.kernel.org/linus/ed99ae74f2328e42286880c946953a8f9dd95a7e
    
    Link: https://github.com/openwrt/openwrt/pull/19480
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/kernel/linux/modules/hwmon.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk
index a765976aac..8e22243481 100644
--- a/package/kernel/linux/modules/hwmon.mk
+++ b/package/kernel/linux/modules/hwmon.mk
@@ -407,7 +407,7 @@ define KernelPackage/hwmon-max6642
   KCONFIG:=CONFIG_SENSORS_MAX6642
   FILES:=$(LINUX_DIR)/drivers/hwmon/max6642.ko
   AUTOLOAD:=$(call AutoLoad,60,max6642 max6642)
-  $(call AddDepends/hwmon,+kmod-i2c-core)
+  $(call AddDepends/hwmon, at LINUX_6_6 +kmod-i2c-core)
 endef
 
 define KernelPackage/hwmon-max6642/description




More information about the lede-commits mailing list