projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d12a603
)
kernel: kmod-hwmon-max6642: Depend on kernel 6.6
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 20 Jul 2025 16:20:16 +0000
(18:20 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 25 Jul 2025 23:11:19 +0000
(
01:11
+0200)
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>
package/kernel/linux/modules/hwmon.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/hwmon.mk
b/package/kernel/linux/modules/hwmon.mk
index a765976aac86850256262b51fc092410cf4566a6..8e222434819408248bc55bbaca2b4aa6857b8651 100644
(file)
--- 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,
@LINUX_6_6
+kmod-i2c-core)
endef
define KernelPackage/hwmon-max6642/description