From 6fac299e61566ec979fbece4e9734c6fcafee7e7 Mon Sep 17 00:00:00 2001 From: 6667933 <72725751+6667933@users.noreply.github.com> Date: Tue, 13 Oct 2020 01:04:11 +0800 Subject: [PATCH] remove 82_show_temp to resolve r2s start up problems (#5656) --- target/linux/rockchip/armv8/base-files/lib/preinit/82_show_temp | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 target/linux/rockchip/armv8/base-files/lib/preinit/82_show_temp diff --git a/target/linux/rockchip/armv8/base-files/lib/preinit/82_show_temp b/target/linux/rockchip/armv8/base-files/lib/preinit/82_show_temp deleted file mode 100644 index 223d422a9..000000000 --- a/target/linux/rockchip/armv8/base-files/lib/preinit/82_show_temp +++ /dev/null @@ -1,2 +0,0 @@ -sed -i "/<%:Load Average%>/i\\\t\t<%:CPU Temperature%><%=luci.sys.exec(\"cut -c1-3 /sys/class/thermal/thermal_zone0/temp | awk '{print \$1/10.0}'\")%>℃" /usr/lib/lua/luci/view/admin_status/index.htm -rm /lib/preinit/82_show_temp