From e3216e6876039d2af02b4f1e00814541a1488d23 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Tue, 22 Mar 2022 19:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/AutoBuild-xiaomi_redmi-router-ax6s-test.yml | 4 ++-- Configs/xiaomi_redmi-router-ax6s-test | 1 - Scripts/AutoBuild_Function.sh | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/AutoBuild-xiaomi_redmi-router-ax6s-test.yml b/.github/workflows/AutoBuild-xiaomi_redmi-router-ax6s-test.yml index 757f724..72af150 100644 --- a/.github/workflows/AutoBuild-xiaomi_redmi-router-ax6s-test.yml +++ b/.github/workflows/AutoBuild-xiaomi_redmi-router-ax6s-test.yml @@ -35,9 +35,9 @@ on: ### 环境变量设置 env: # 编译时调用的 [.config] 文件名称 - CONFIG_FILE: xiaomi_redmi-router-ax6s + CONFIG_FILE: xiaomi_redmi-router-ax6s-test # 源码仓库:分支 - DEFAULT_SOURCE: immortalwrt/immortalwrt:openwrt-18.06-k5.4 + DEFAULT_SOURCE: immortalwrt/immortalwrt:master # 上传固件到 Github Releases UPLOAD_RELEASES: true # 上传固件到 Github Artifacts diff --git a/Configs/xiaomi_redmi-router-ax6s-test b/Configs/xiaomi_redmi-router-ax6s-test index 0038a8a..afdb720 100644 --- a/Configs/xiaomi_redmi-router-ax6s-test +++ b/Configs/xiaomi_redmi-router-ax6s-test @@ -12,7 +12,6 @@ CONFIG_PACKAGE_ipv6helper=y CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y # LUCI Appliciations -CONFIG_PACKAGE_luci-app-argon-config=y CONFIG_PACKAGE_luci-app-adbyby-plus=y CONFIG_PACKAGE_luci-app-adguardhome=y CONFIG_PACKAGE_luci-app-autoupdate=y diff --git a/Scripts/AutoBuild_Function.sh b/Scripts/AutoBuild_Function.sh index e1af1c4..1b0abfe 100755 --- a/Scripts/AutoBuild_Function.sh +++ b/Scripts/AutoBuild_Function.sh @@ -163,7 +163,7 @@ EOF Copy ${Scripts}/AutoBuild_Tools.sh ${BASE_FILES}/bin Copy ${Scripts}/AutoUpdate.sh ${BASE_FILES}/bin AutoUpdate_Version=$(awk -F '=' '/Version/{print $2}' ${BASE_FILES}/bin/AutoUpdate.sh | awk 'NR==1') - AddPackage svn lean luci-app-autoupdate Hyy2001X/AutoBuild-Packages/trunk + AddPackage svn other luci-app-autoupdate Hyy2001X/AutoBuild-Packages/trunk Copy ${CustomFiles}/Depends/profile ${BASE_FILES}/etc Copy ${CustomFiles}/Depends/base-files-essential ${BASE_FILES}/lib/upgrade/keep.d case "${OP_AUTHOR}/${OP_REPO}" in