mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-22 06:41:17 +00:00
kernel: kmod-hwmon-tps23861: Add missing dependency to kmod-regmap-i2c
This fixes the following build error:
Package kmod-hwmon-tps23861 is missing dependencies for the following libraries:
regmap-i2c.ko
Fixes: b664646db7
("kernel: add kmod-hwmon-tps23861 support")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
a9e8eec221
commit
139a5c2eec
@ -524,7 +524,7 @@ define KernelPackage/hwmon-tps23861
|
||||
KCONFIG:=CONFIG_SENSORS_TPS23861
|
||||
FILES:=$(LINUX_DIR)/drivers/hwmon/tps23861.ko
|
||||
AUTOLOAD:=$(call AutoProbe,tps23861)
|
||||
$(call AddDepends/hwmon,+kmod-i2c-core)
|
||||
$(call AddDepends/hwmon,+kmod-i2c-core +kmod-regmap-i2c)
|
||||
endef
|
||||
|
||||
define KernelPackage/hwmon-tps23861/description
|
||||
|
Loading…
Reference in New Issue
Block a user