From: Hauke Mehrtens Date: Wed, 13 Mar 2024 20:02:11 +0000 (+0100) Subject: kernel: kmod-hwmon-coretemp: Depend on x86 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d2898c273dee0ebf8b086c8c400bea1f7ad6b699;p=openwrt%2Fstaging%2Fthess.git 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 --- diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index 0d105dcc9e..5be63ce779 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -82,7 +82,7 @@ define KernelPackage/hwmon-coretemp KCONFIG:=CONFIG_SENSORS_CORETEMP FILES:=$(LINUX_DIR)/drivers/hwmon/coretemp.ko AUTOLOAD:=$(call AutoProbe,coretemp) - $(call AddDepends/hwmon,) + $(call AddDepends/hwmon,@TARGET_x86) endef define KernelPackage/hwmon-coretemp/description