kernel: kmod-hwmon-coretemp: Depend on x86
This kernel module depends on x86, it works only on some Intel CPUs. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
9c6cf8e77c
commit
d2898c273d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ define KernelPackage/hwmon-coretemp
|
||||||
KCONFIG:=CONFIG_SENSORS_CORETEMP
|
KCONFIG:=CONFIG_SENSORS_CORETEMP
|
||||||
FILES:=$(LINUX_DIR)/drivers/hwmon/coretemp.ko
|
FILES:=$(LINUX_DIR)/drivers/hwmon/coretemp.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,coretemp)
|
AUTOLOAD:=$(call AutoProbe,coretemp)
|
||||||
$(call AddDepends/hwmon,)
|
$(call AddDepends/hwmon,@TARGET_x86)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/hwmon-coretemp/description
|
define KernelPackage/hwmon-coretemp/description
|
||||||
|
|
Loading…
Reference in a new issue