更新 toolchain/build.sh

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-03-21 17:40:58 +08:00
parent 238a423587
commit 2711b5f715

View File

@ -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