From dc470167fba9dc959a578ba8c69781274eacc8a6 Mon Sep 17 00:00:00 2001 From: zhao Date: Mon, 24 Mar 2025 19:47:25 +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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/toolchain/build.sh b/toolchain/build.sh index 76e8f81..8902a0e 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -30,9 +30,6 @@ echo -e "CONFIG_DEVEL=y" >> .config echo -e "CONFIG_TOOLCHAINOPTS=y" >> .config echo -e "CONFIG_GCC_USE_VERSION_${gcc_version}=y\n" >> .config -# bpf -curl -s https://raw.githubusercontent.com/oppen321/ZeroWrt-Action/refs/heads/master/generic/config-bpf >> .config - # Compile make defconfig make -j$cores toolchain/compile || make -j$cores toolchain/compile V=s || exit 1