From 73e57dd6093b98af157348a8f7026f84fa1da274 Mon Sep 17 00:00:00 2001 From: zhao Date: Sun, 19 Jan 2025 17:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Mediatek=5Ffilogic.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mediatek_filogic.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Mediatek_filogic.sh b/Mediatek_filogic.sh index 9aa9637..ed6e2b2 100644 --- a/Mediatek_filogic.sh +++ b/Mediatek_filogic.sh @@ -156,9 +156,7 @@ make defconfig # 编译 ZeroWrt echo -e "${BLUE}开始编译 ZeroWrt...${NC}" echo -e "${YELLOW}使用所有可用的 CPU 核心进行并行编译...${NC}" -make -j$(nproc) || \ - echo -e "${RED}并行编译失败,回退到单核编译...${NC}" && make -j1 || \ - echo -e "${RED}单核编译失败,启用详细输出调试...${NC}" && make -j1 V=s +make -j$(nproc) || make -j1 || make -j1 V=s # 输出编译完成的固件路径 echo -e "${GREEN}编译完成!固件已生成至:${NC} bin/targets"