summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorclaudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-16 20:51:19 +0000
committerclaudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-16 20:51:19 +0000
commit9e28a8040bc437e2dc34bb9f9fcd51100cd8a4e7 (patch)
treeb33dc0a6c88ea36e397c195b2352bac9530526a1 /package/kernel
parentaa34b43e864bbfc9a420a9a445da3216d2ae69cd (diff)
[kernel] hwmon: fix depends definition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21481 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/hwmon.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/kernel/modules/hwmon.mk b/package/kernel/modules/hwmon.mk
index e97b9f8d2..1e97c3733 100644
--- a/package/kernel/modules/hwmon.mk
+++ b/package/kernel/modules/hwmon.mk
@@ -79,7 +79,6 @@ $(eval $(call KernelPackage,hwmon-lm90))
define KernelPackage/hwmon-pc87360
TITLE:=PC87360 monitoring support
- DEPENDS:=@TARGET_x86
KCONFIG:= \
CONFIG_SENSORS_PC87360 \
CONFIG_HWMON_VID
@@ -87,7 +86,7 @@ define KernelPackage/hwmon-pc87360
$(LINUX_DIR)/drivers/hwmon/hwmon-vid.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/drivers/hwmon/pc87360.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,hwmon-vid pc87360)
- $(call AddDepends/hwmon)
+ $(call AddDepends/hwmon,@TARGET_x86)
endef
define KernelPackage/hwmon-pc87360/description
@@ -99,7 +98,6 @@ $(eval $(call KernelPackage,hwmon-pc87360))
define KernelPackage/hwmon-w83627hf
TITLE:=Winbond W83627HF monitoring support
- DEPENDS:=@TARGET_rdc||TARGET_x86
KCONFIG:= \
CONFIG_SENSORS_W83627HF \
CONFIG_HWMON_VID
@@ -107,7 +105,7 @@ define KernelPackage/hwmon-w83627hf
$(LINUX_DIR)/drivers/hwmon/hwmon-vid.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/drivers/hwmon/w83627hf.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,hwmon-vid w83627hf)
-$(call AddDepends/hwmon)
+$(call AddDepends/hwmon,@TARGET_rdc||TARGET_x86)
endef
define KernelPacakge/hwmon-w83627hf/description