From 2af307a92c9e4184a3381846bc843deb0cf122d3 Mon Sep 17 00:00:00 2001 From: zhao Date: Sun, 23 Mar 2025 11:30:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20toolchain/build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- toolchain/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/build.sh b/toolchain/build.sh index 82c9381..0afa12c 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -3,7 +3,7 @@ export Github=https://raw.githubusercontent.com/oppen321/ZeroWrt-Action/refs/heads/master # Clone source code -git clone -b openwrt-24.10 --single-branch --filter=blob:none https://github.com/immortalwrt/immortalwrt openwrt +git clone -b openwrt-24.10 --single-branch --filter=blob:none https://github.com/openwrt/openwrt openwrt # Enter source code cd openwrt