kernel: gsc depends on kmod-i2c-core

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 37960
This commit is contained in:
Luka Perkov 2013-09-12 23:38:54 +00:00
parent 0a0257d70e
commit 15ea1a6d66

View file

@ -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