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