mirror of https://github.com/hak5/openwrt.git
kernel: fix kmod-k10temp target dependencies
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45825lede-17.01
parent
a5a935b49a
commit
0d7666fd73
|
@ -304,7 +304,7 @@ define KernelPackage/hwmon-k10temp
|
||||||
KCONFIG:=CONFIG_SENSORS_K10TEMP
|
KCONFIG:=CONFIG_SENSORS_K10TEMP
|
||||||
FILES:=$(LINUX_DIR)/drivers/hwmon/k10temp.ko
|
FILES:=$(LINUX_DIR)/drivers/hwmon/k10temp.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,60,k10temp)
|
AUTOLOAD:=$(call AutoLoad,60,k10temp)
|
||||||
$(call AddDepends/hwmon,@PCI_SUPPORT @(x86||x86_64))
|
$(call AddDepends/hwmon,@PCI_SUPPORT @TARGET_x86)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/hwmon-k10temp/description
|
define KernelPackage/hwmon-k10temp/description
|
||||||
|
|
Loading…
Reference in New Issue