diff --git a/toolchain/build.sh b/toolchain/build.sh index 226c139..6c8a670 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -17,16 +17,13 @@ cp -f defconfig/mt7981-ax3000.config .config ./scripts/feeds update -a ./scripts/feeds install -a -# Compile toolchain -make toolchain/compile -j$(nproc) - -# Compile tool -make tools/compile -j$(nproc) +# Compile +make -j$(nproc) # Create folder mkdir toolchain-cache # Compression toolchain -tar -I zstd -cvf toolchain-cache/toolchain.tar.zst toolchain +tar -I zstd -cvf toolchain-cache/toolchain_mediatek.tar.zst build_dir dl tmp staging_dir # tar -czvf toolchain-cache/toolchain.tar.gz tools toolchain