From 2c09a269cf86407bae6f6ed479413b6c09d348b6 Mon Sep 17 00:00:00 2001 From: zhao Date: Sun, 23 Mar 2025 21:13:40 +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 a23afb5..8902a0e 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -1,7 +1,7 @@ #!/bin/bash -e # 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 # Enter source code cd openwrt