kernel: make kmod-hwmon-lm75 depend on kmod-thermal

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42529 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Hauke Mehrtens 2014-09-13 23:03:36 +00:00
parent 3ff58fd77a
commit 489a75bf87
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ define KernelPackage/hwmon-lm75
KCONFIG:=CONFIG_SENSORS_LM75
FILES:=$(LINUX_DIR)/drivers/hwmon/lm75.ko
AUTOLOAD:=$(call AutoProbe,lm75)
$(call AddDepends/hwmon,+kmod-i2c-core)
$(call AddDepends/hwmon,+kmod-i2c-core +kmod-thermal)
endef
define KernelPackage/hwmon-lm75/description