更新 toolchain/build.sh
Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
parent
238a423587
commit
2711b5f715
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user