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:
@@ -407,7 +407,7 @@ define KernelPackage/hwmon-max6642
|
|||||||
KCONFIG:=CONFIG_SENSORS_MAX6642
|
KCONFIG:=CONFIG_SENSORS_MAX6642
|
||||||
FILES:=$(LINUX_DIR)/drivers/hwmon/max6642.ko
|
FILES:=$(LINUX_DIR)/drivers/hwmon/max6642.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,60,max6642 max6642)
|
AUTOLOAD:=$(call AutoLoad,60,max6642 max6642)
|
||||||
$(call AddDepends/hwmon,+kmod-i2c-core)
|
$(call AddDepends/hwmon,@LINUX_6_6 +kmod-i2c-core)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/hwmon-max6642/description
|
define KernelPackage/hwmon-max6642/description
|
||||||
|
|||||||
Reference in New Issue
Block a user