From f2e3945b8496d257a770135f820e29838aeb6d08 Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 19 Mar 2025 22:43:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20toolchain/build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- toolchain/build.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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