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@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2025-07-20 18:20:16 +02:00
parent d12a603de5
commit b1968034c2
1 changed files with 1 additions and 1 deletions

View File

@ -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,@LINUX_6_6 +kmod-i2c-core)
endef
define KernelPackage/hwmon-max6642/description