diff --git a/toolchain/build.sh b/toolchain/build.sh index b7bc380..380ad51 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -18,4 +18,10 @@ cp -f defconfig/mt7981-ax3000.config .config ./scripts/feeds install -a # Compile -make toolchain/compile -j$(nproc) \ No newline at end of file +make toolchain/compile -j$(nproc) + +# Create folder +mkdir toolchain-cache + +# Compression toolchain +tar -czvf toolchain-cache/toolchain.tar.gz toolchain \ No newline at end of file