From 9b5cf06726a4f463e39458372b237fe2a4a24088 Mon Sep 17 00:00:00 2001 From: songchenwen Date: Mon, 13 Apr 2020 12:22:06 +0800 Subject: [PATCH] No Bench Mark for FriendlyWRT --- .github/workflows/friendlywrt.yml | 1 + .github/workflows/friendlywrt_with_features.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/friendlywrt.yml b/.github/workflows/friendlywrt.yml index 3347ba9..7344441 100644 --- a/.github/workflows/friendlywrt.yml +++ b/.github/workflows/friendlywrt.yml @@ -89,6 +89,7 @@ jobs: cd friendlywrt-rk3328 sed -i '/Load Average/i\\t\t<%:CPU Temperature%><%=luci.sys.exec("cut -c1-2 /sys/class/thermal/thermal_zone0/temp")%> ℃' friendlywrt/feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm sed -i 's/pcdata(boardinfo.system or "?")/"ARMv8"/' friendlywrt/feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm + sed -i 's/<%=luci.sys.exec("cat \/etc\/bench.log") or " "%>//' friendlywrt/feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm sed -i "/redirect_https/d" friendlywrt/package/network/services/uhttpd/files/uhttpd.config sed -i '/luciversion/a \/ ${{ steps.changelog.outputs.buildtag }} by scw' friendlywrt/feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm cp ../scripts/fw_update.sh friendlywrt/package/base-files/files/usr/bin/fw_update diff --git a/.github/workflows/friendlywrt_with_features.yml b/.github/workflows/friendlywrt_with_features.yml index 175397d..360878c 100644 --- a/.github/workflows/friendlywrt_with_features.yml +++ b/.github/workflows/friendlywrt_with_features.yml @@ -89,6 +89,7 @@ jobs: cd friendlywrt-rk3328 sed -i '/Load Average/i\\t\t<%:CPU Temperature%><%=luci.sys.exec("cut -c1-2 /sys/class/thermal/thermal_zone0/temp")%> ℃' friendlywrt/feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm sed -i 's/pcdata(boardinfo.system or "?")/"ARMv8"/' friendlywrt/feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm + sed -i 's/<%=luci.sys.exec("cat \/etc\/bench.log") or " "%>//' friendlywrt/feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm sed -i "/redirect_https/d" friendlywrt/package/network/services/uhttpd/files/uhttpd.config sed -i '/luciversion/a \/ ${{ steps.changelog.outputs.buildtag }} by scw' friendlywrt/feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm cp ../scripts/fw_update.sh friendlywrt/package/base-files/files/usr/bin/fw_update -- GitLab