diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index 01a510e571..943b87cd4c 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -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