Skip to content
Snippets Groups Projects
Commit 0a08d4fa authored by Christian Lamparter's avatar Christian Lamparter
Browse files

kernel: add missing kmod+regmap-i2c dependency for NCT7802Y module


x86, mt7623 and others buildbot failed due to:
|Package kmod-hwmon-nct7802 is missing dependencies for the following libraries:
|regmap-core.ko
|regmap-i2c.ko

Fixes: 1ed50b92 ("package: kernel: add driver module for NCT7802Y")
Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
parent 144609bb
No related branches found
No related tags found
No related merge requests found
......@@ -353,7 +353,7 @@ define KernelPackage/hwmon-nct7802
KCONFIG:=CONFIG_SENSORS_NCT7802
FILES:=$(LINUX_DIR)/drivers/hwmon/nct7802.ko
AUTOLOAD:=$(call AutoProbe,nct7802)
$(call AddDepends/hwmon,+kmod-i2c-core)
$(call AddDepends/hwmon,+kmod-regmap-i2c)
endef
define KernelPackage/hwmon-nct7802/description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment