diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-12 23:38:54 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-12 23:38:54 +0000 |
commit | ab11eb84ba1769ebdc17284713497125c6a0b8d4 (patch) | |
tree | d82e498867e0bf6554e3cfe0b376ca93206a2606 /package/kernel/linux/modules/hwmon.mk | |
parent | 008c011e54b0968cd4c86046a842a980172e62cf (diff) | |
download | upstream-ab11eb84ba1769ebdc17284713497125c6a0b8d4.tar.gz upstream-ab11eb84ba1769ebdc17284713497125c6a0b8d4.tar.bz2 upstream-ab11eb84ba1769ebdc17284713497125c6a0b8d4.zip |
kernel: gsc depends on kmod-i2c-core
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37960 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules/hwmon.mk')
-rw-r--r-- | package/kernel/linux/modules/hwmon.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index b1f4744330..54e9b180b3 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -211,7 +211,7 @@ define KernelPackage/hwmon-w83627hf KCONFIG:=CONFIG_SENSORS_W83627HF FILES:=$(LINUX_DIR)/drivers/hwmon/w83627hf.ko AUTOLOAD:=$(call AutoLoad,50,w83627hf) -$(call AddDepends/hwmon,@TARGET_rdc||TARGET_x86 +kmod-hwmon-vid) + $(call AddDepends/hwmon,@TARGET_rdc||TARGET_x86 +kmod-hwmon-vid) endef define KernelPacakge/hwmon-w83627hf/description @@ -225,8 +225,8 @@ define KernelPackage/hwmon-gsc TITLE:=Gateworks GSC monitoring support KCONFIG:=CONFIG_SENSORS_GSC FILES:=$(LINUX_DIR)/drivers/hwmon/gsc.ko - AUTOLOAD:=$(call AutoLoad,50,gsc) -$(call AddDepends/hwmon) + AUTOLOAD:=$(call AutoLoad,60,gsc) + $(call AddDepends/hwmon,+kmod-i2c-core) endef define KernelPacakge/hwmon-gsc/description |