mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user