From 5f63f179cabace714f6bde5c517e0c07a36ee258 Mon Sep 17 00:00:00 2001 From: zhao Date: Fri, 21 Mar 2025 15:44: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, 2 insertions(+) diff --git a/toolchain/build.sh b/toolchain/build.sh index 449f538..98251e0 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -5,6 +5,8 @@ if [ "$model" = "Padavanonly_MT798X_v24.10" ]; then git clone -b 2410 --single-branch --filter=blob:none https://github.com/padavanonly/immortalwrt-mt798x-24.10 openwrt elif [ "$model" = "Hanwckf_MT798X_v21.02" ]; then git clone --depth=1 https://github.com/hanwckf/immortalwrt-mt798x openwrt +elif [ "$model" = "OpenWrt_Rockchip_v24.10" ] || [ "$model" = "OpenWrt_X86_64_v24.10" ]; then + git clone -b openwrt-24.10 --single-branch --filter=blob:none https://github.com/immortalwrt/immortalwrt openwrt fi # Enter source code