From f36ac4542d705be5e372a5c2bde7268f01a5b547 Mon Sep 17 00:00:00 2001 From: xopenwrt <98641952+xopenwrt@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:06:22 +0800 Subject: [PATCH] delete node music unlock --- .github/workflows/X-x86_64_X_Mine.yml | 2 +- Configs/x86_64-X | 2 +- Scripts/AutoBuild_DiyScript.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/X-x86_64_X_Mine.yml b/.github/workflows/X-x86_64_X_Mine.yml index 47b1f9c..1ebb1ae 100644 --- a/.github/workflows/X-x86_64_X_Mine.yml +++ b/.github/workflows/X-x86_64_X_Mine.yml @@ -193,7 +193,7 @@ jobs: run: | cd openwrt rm package/feeds/packages/net/adguardhome -rf - make -j28 || make -j1 V=s + make -j$(($(nproc) + 1)) || make -j1 V=s [ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV - name: Process Firmware diff --git a/Configs/x86_64-X b/Configs/x86_64-X index 87c3eab..5d37a9b 100644 --- a/Configs/x86_64-X +++ b/Configs/x86_64-X @@ -158,7 +158,7 @@ CONFIG_PACKAGE_luci-app-uugamebooster=y # CONFIG_PACKAGE_luci-app-unblockmusic is not set # CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_Go is not set # CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_NodeJS is not set -CONFIG_PACKAGE_luci-app-unblockneteasemusic=y +CONFIG_PACKAGE_luci-app-unblockneteasemusic-go=y # CONFIG_PACKAGE_luci-app-v2ray-server is not set # CONFIG_PACKAGE_luci-app-xlnetacc is not set CONFIG_PACKAGE_luci-app-wrtbwmon=y diff --git a/Scripts/AutoBuild_DiyScript.sh b/Scripts/AutoBuild_DiyScript.sh index 22a91ad..2989e88 100755 --- a/Scripts/AutoBuild_DiyScript.sh +++ b/Scripts/AutoBuild_DiyScript.sh @@ -70,7 +70,7 @@ EOF # sed -i 's/luci-theme-bootstrap/luci-theme-argon-mod/g' feeds/luci/collections/luci/Makefile # sed -i '/uci commit luci/i\uci set luci.main.mediaurlbase="/luci-static/argon-mod"' $(PKG_Finder d package default-settings)/files/zzz-default-settings - for i in eqos mentohust minieap unblockneteasemusic + for i in eqos mentohust minieap unblockneteasemusic-go do AddPackage svn apps luci-app-${i} immortalwrt/luci/branches/openwrt-18.06/applications sed -i 's/..\/..\//\$\(TOPDIR\)\/feeds\/luci\//g' ${WORK}/package/apps/luci-app-${i}/Makefile