更新 toolchain/build.sh

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-03-23 09:53:02 +08:00
parent 6326c959e7
commit a0cc9813a0

View File

@ -163,7 +163,7 @@ echo -e "CONFIG_GCC_USE_VERSION_${gcc_version}=y\n" >> .config
# Compile # Compile
make defconfig make defconfig
make -j$(nproc) make -j$cores toolchain/compile || make -j$cores toolchain/compile V=s || exit 1
# Organize files # Organize files
if [ "$model" = "Padavanonly_MT798X_v24.10" ] || [ "$model" = "Hanwckf_MT798X_v21.02" ]; then if [ "$model" = "Padavanonly_MT798X_v24.10" ] || [ "$model" = "Hanwckf_MT798X_v21.02" ]; then