From e9a4491549d9c644575240eea4011b422445a3a3 Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 19 Mar 2025 22:14: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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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