更新 toolchain/build.sh
Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
parent
5954ef077f
commit
e9a4491549
@ -19,3 +19,9 @@ cp -f defconfig/mt7981-ax3000.config .config
|
|||||||
|
|
||||||
# Compile
|
# Compile
|
||||||
make toolchain/compile -j$(nproc)
|
make toolchain/compile -j$(nproc)
|
||||||
|
|
||||||
|
# Create folder
|
||||||
|
mkdir toolchain-cache
|
||||||
|
|
||||||
|
# Compression toolchain
|
||||||
|
tar -czvf toolchain-cache/toolchain.tar.gz toolchain
|
Loading…
Reference in New Issue
Block a user