From 2aff58d177cfc6982e3a4d6a340afef86fcce4ca Mon Sep 17 00:00:00 2001 From: chewitt Date: Wed, 9 Oct 2019 20:40:06 +0000 Subject: [PATCH] amlogic: add SM1 to cputemp script --- projects/Amlogic/filesystem/usr/bin/cputemp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Amlogic/filesystem/usr/bin/cputemp b/projects/Amlogic/filesystem/usr/bin/cputemp index 801603b096..312f817d74 100755 --- a/projects/Amlogic/filesystem/usr/bin/cputemp +++ b/projects/Amlogic/filesystem/usr/bin/cputemp @@ -4,7 +4,7 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) case $(dtsoc) in - amlogic,g12*) + amlogic,g12*|amlogic,sm1) TEMP=$(cat /sys/devices/virtual/thermal/thermal_zone1/temp) ;; *)