From 52eaaa58cc8fe61d2dfc8c2f067d0a00f36e99db Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Fri, 28 Feb 2020 08:05:13 +0800 Subject: [PATCH] Update r2s_lienol.yml --- .github/workflows/r2s_lienol.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/r2s_lienol.yml b/.github/workflows/r2s_lienol.yml index 946726d..b872de3 100644 --- a/.github/workflows/r2s_lienol.yml +++ b/.github/workflows/r2s_lienol.yml @@ -41,8 +41,8 @@ jobs: run: | mkdir friendlywrt-rk3328 cd friendlywrt-rk3328 - repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v19.07.1 -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle - repo sync -c --no-clone-bundle + repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v19.07.1 -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle + repo sync -c --no-clone-bundle -j8 rm -rf friendlywrt/ git clone https://github.com/friendlyarm/friendlywrt @@ -73,8 +73,8 @@ jobs: CONFIG_PACKAGE_lrzsz=y CONFIG_PACKAGE_nano=y CONFIG_PACKAGE_vim-fuller=y - CONFIG_PACKAGE_luci-app-cifsd=y CONFIG_PACKAGE_luci-app-netdata=y + CONFIG_PACKAGE_luci-app-unblockneteasemusic-mini=y CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Brook=y CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Shadowsocks=y CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Trojan=y @@ -105,9 +105,8 @@ jobs: - name: Mod luci run: | cd friendlywrt-rk3328/friendlywrt - #./scripts/feeds clean -a ./scripts/feeds update -a && ./scripts/feeds install -a - sed -i '/Load Average/i\<%:CPU Temperature%><%=luci.sys.exec("cut -c1-2 /sys/class/thermal/thermal_zone0/temp")%>' feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm + sed -i '/Load Average/i\
<%:CPU Temperature%>
<%=luci.sys.exec("cut -c1-2 /sys/class/thermal/thermal_zone0/temp")%>
' feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm sed -i 's/pcdata(boardinfo.system or "?")/"ARMv8"/' feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm - name: Build FriendlyWrt