aboutsummaryrefslogtreecommitdiffstats
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
commitb3c080638da3fafb98c05f437e47f78840cf576b (patch)
treedf65d917ffe996e2afa62fbcf08a17d34aa9ff9f /package/kernel/linux/modules/hwmon.mk
parentd893bff4f0c7a097070feab66c6d93ee9a467e89 (diff)
downloadmaster-187ad058-b3c080638da3fafb98c05f437e47f78840cf576b.tar.gz
master-187ad058-b3c080638da3fafb98c05f437e47f78840cf576b.tar.bz2
master-187ad058-b3c080638da3fafb98c05f437e47f78840cf576b.zip
kernel: fix kmod-k10temp target dependencies
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45825 3c298f89-4303-0410-b956-a3cf2f4a3e73
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