amlogic: add SM1 to cputemp script

This commit is contained in:
chewitt 2019-10-09 20:40:06 +00:00
parent 241b19ebf2
commit 2aff58d177

View File

@ -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)
;;
*)