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 <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/16547 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
ef590451a3
commit
6f19be7691
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue