From 44fca20bea0bc76d210d0e184474eb1aa7529dbe Mon Sep 17 00:00:00 2001 From: zhao Date: Mon, 24 Mar 2025 22:41:43 +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 630c071..7e088fe 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -60,9 +60,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