From 2711b5f715e0041f02d2ce31859d1cf9fcc96a25 Mon Sep 17 00:00:00 2001 From: zhao Date: Fri, 21 Mar 2025 17:40:58 +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 13ed901..6811b33 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -68,7 +68,7 @@ mkdir toolchain-cache if [ "$model" = "Padavanonly_MT798X_v24.10" ]; then tar -I zstd -cvf toolchain-cache/toolchain_musl_padavanonly_mediatek_gcc-13.tar.zst build_dir dl tmp staging_dir elif [ "$model" = "Hanwckf_MT798X_v21.02" ]; then - tar -I zstd -cvf toolchain-cache/toolchain_musl_hanwckf_mediatek_gcc-13.tar.zst build_dir dl tmp staging_dir + tar -I zstd -cvf toolchain-cache/toolchain_musl_hanwckf_mediatek_gcc-8.tar.zst build_dir dl tmp staging_dir elif [ "$model" = "OpenWrt_Rockchip_v24.10" ]; then tar -I zstd -cvf toolchain-cache/toolchain_musl_immortalwrt_rockchip_gcc-13.tar.zst build_dir dl tmp staging_dir elif [ "$model" = "OpenWrt_X86_64_v24.10" ]; then