Skip to content
Snippets Groups Projects
Commit 15ea1a6d authored by Luka Perkov's avatar Luka Perkov
Browse files

kernel: gsc depends on kmod-i2c-core


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

SVN-Revision: 37960
parent 0a0257d7
No related branches found
No related tags found
No related merge requests found
...@@ -211,7 +211,7 @@ define KernelPackage/hwmon-w83627hf ...@@ -211,7 +211,7 @@ define KernelPackage/hwmon-w83627hf
KCONFIG:=CONFIG_SENSORS_W83627HF KCONFIG:=CONFIG_SENSORS_W83627HF
FILES:=$(LINUX_DIR)/drivers/hwmon/w83627hf.ko FILES:=$(LINUX_DIR)/drivers/hwmon/w83627hf.ko
AUTOLOAD:=$(call AutoLoad,50,w83627hf) 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 endef
define KernelPacakge/hwmon-w83627hf/description define KernelPacakge/hwmon-w83627hf/description
...@@ -225,8 +225,8 @@ define KernelPackage/hwmon-gsc ...@@ -225,8 +225,8 @@ define KernelPackage/hwmon-gsc
TITLE:=Gateworks GSC monitoring support TITLE:=Gateworks GSC monitoring support
KCONFIG:=CONFIG_SENSORS_GSC KCONFIG:=CONFIG_SENSORS_GSC
FILES:=$(LINUX_DIR)/drivers/hwmon/gsc.ko FILES:=$(LINUX_DIR)/drivers/hwmon/gsc.ko
AUTOLOAD:=$(call AutoLoad,50,gsc) AUTOLOAD:=$(call AutoLoad,60,gsc)
$(call AddDepends/hwmon) $(call AddDepends/hwmon,+kmod-i2c-core)
endef endef
define KernelPacakge/hwmon-gsc/description define KernelPacakge/hwmon-gsc/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