summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/hwmon.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-05-29 12:03:00 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-05-29 12:03:00 +0000
commit0d7666fd73d774b8b2b69ea52d0a86a774c66b83 (patch)
tree0e192f0f7faaaa2908124f95fbca8bbe62df7721 /package/kernel/linux/modules/hwmon.mk
parenta5a935b49a088410f6b8a4967a005e863818d4f0 (diff)
downloadmaster-31e0f0ae-0d7666fd73d774b8b2b69ea52d0a86a774c66b83.tar.gz
master-31e0f0ae-0d7666fd73d774b8b2b69ea52d0a86a774c66b83.tar.bz2
master-31e0f0ae-0d7666fd73d774b8b2b69ea52d0a86a774c66b83.zip
kernel: fix kmod-k10temp target dependencies
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45825
Diffstat (limited to 'package/kernel/linux/modules/hwmon.mk')
-rw-r--r--package/kernel/linux/modules/hwmon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk
index 61e71eadd7..c649847aa6 100644
--- a/package/kernel/linux/modules/hwmon.mk
+++ b/package/kernel/linux/modules/hwmon.mk
@@ -304,7 +304,7 @@ define KernelPackage/hwmon-k10temp
KCONFIG:=CONFIG_SENSORS_K10TEMP
FILES:=$(LINUX_DIR)/drivers/hwmon/k10temp.ko
AUTOLOAD:=$(call AutoLoad,60,k10temp)
- $(call AddDepends/hwmon,@PCI_SUPPORT @(x86||x86_64))
+ $(call AddDepends/hwmon,@PCI_SUPPORT @TARGET_x86)
endef
define KernelPackage/hwmon-k10temp/description