Skip to content
Snippets Groups Projects
Commit 854c77bc authored by Felix Fietkau's avatar Felix Fietkau
Browse files

kernel: make kmod-gpiofan depend on kmod-thermal to fix build errors


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 47960
parent 0f18228a
No related branches found
No related tags found
No related merge requests found
...@@ -274,7 +274,7 @@ define KernelPackage/hwmon-gpiofan ...@@ -274,7 +274,7 @@ define KernelPackage/hwmon-gpiofan
KCONFIG:=CONFIG_SENSORS_GPIO_FAN KCONFIG:=CONFIG_SENSORS_GPIO_FAN
FILES:=$(LINUX_DIR)/drivers/hwmon/gpio-fan.ko FILES:=$(LINUX_DIR)/drivers/hwmon/gpio-fan.ko
AUTOLOAD:=$(call AutoLoad,60,gpio-fan) AUTOLOAD:=$(call AutoLoad,60,gpio-fan)
$(call AddDepends/hwmon,+kmod-i2c-core) $(call AddDepends/hwmon,+kmod-i2c-core +kmod-thermal)
endef endef
define KernelPackage/hwmon-gpiofan/description define KernelPackage/hwmon-gpiofan/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