更新 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

@ -18,4 +18,10 @@ cp -f defconfig/mt7981-ax3000.config .config
./scripts/feeds install -a ./scripts/feeds install -a
# Compile # Compile
make toolchain/compile -j$(nproc) make toolchain/compile -j$(nproc)
# Create folder
mkdir toolchain-cache
# Compression toolchain
tar -czvf toolchain-cache/toolchain.tar.gz toolchain