projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5a935b
)
kernel: fix kmod-k10temp target dependencies
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 29 May 2015 12:03:00 +0000
(12:03 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 29 May 2015 12:03:00 +0000
(12:03 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45825
package/kernel/linux/modules/hwmon.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/hwmon.mk
b/package/kernel/linux/modules/hwmon.mk
index 61e71eadd786648877cb5c2375f20ad660e0f578..c649847aa64a65f9610302e564c65a274d8ed2c0 100644
(file)
--- 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