更新 toolchain/build.sh
Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
parent
5954ef077f
commit
e9a4491549
@ -18,4 +18,10 @@ cp -f defconfig/mt7981-ax3000.config .config
|
||||
./scripts/feeds install -a
|
||||
|
||||
# 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