更新 toolchain/build.sh

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-03-19 22:14:24 +08:00
parent 5954ef077f
commit e9a4491549

View File

@ -19,3 +19,9 @@ cp -f defconfig/mt7981-ax3000.config .config
# Compile
make toolchain/compile -j$(nproc)
# Create folder
mkdir toolchain-cache
# Compression toolchain
tar -czvf toolchain-cache/toolchain.tar.gz toolchain