From 816642fba6b466c88b3d5c598821024613cffbf5 Mon Sep 17 00:00:00 2001 From: dichgrem Date: Tue, 9 Sep 2025 11:46:17 +0800 Subject: [PATCH] feat:change_wrt --- .github/workflows/build.yml | 12 ++++-------- README.md | 6 +++--- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64591de..f9ff2ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,11 +9,10 @@ on: default: "immortalwrt" type: choice options: + - lede - openwrt - immortalwrt - - x-wrt - - lienol - - lede + - immortalwrt-mt798x version_type: description: "版本类型" required: true @@ -96,15 +95,12 @@ jobs: immortalwrt) echo "url=https://github.com/immortalwrt/immortalwrt.git" >> $GITHUB_OUTPUT ;; - x-wrt) - echo "url=https://github.com/x-wrt/x-wrt.git" >> $GITHUB_OUTPUT + immortalwrt-mt798x) + echo "url=https://github.com/hanwckf/immortalwrt-mt798x.git" >> $GITHUB_OUTPUT ;; openwrt) echo "url=https://git.openwrt.org/openwrt/openwrt.git" >> $GITHUB_OUTPUT ;; - lienol) - echo "url=https://github.com/Lienol/openwrt.git" >> $GITHUB_OUTPUT - ;; lede) echo "url=https://github.com/coolsnowwolf/lede.git" >> $GITHUB_OUTPUT ;; diff --git a/README.md b/README.md index 99aa0af..732fb81 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This is a Openwrt build workflows. | 名称 | URL | SHORT | |--------------|------------------------------------------------------------|--------------------------| -| x-wrt | https://github.com/x-wrt/x-wrt.git | x-wrt/x-wrt | -| openwrt | https://git.openwrt.org/openwrt/openwrt.git | openwrt/openwrt | -| lienol | https://github.com/Lienol/openwrt.git | Lienol/openwrt | | lede | https://github.com/coolsnowwolf/lede.git | coolsnowwolf/lede | +| openwrt | https://git.openwrt.org/openwrt/openwrt.git | openwrt/openwrt | | immortalwrt | https://github.com/immortalwrt/immortalwrt.git | immortalwrt/immortalwrt | +| immortalwrt-mt798x | https://github.com/hanwckf/immortalwrt-mt798x.git | hanwckf/immortalwrt-mt798x | +