From 09e85f3856ac43169f2ee614320ec27b012dd18e Mon Sep 17 00:00:00 2001 From: zhao Date: Mon, 24 Mar 2025 16:32:07 +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 insertions(+) diff --git a/toolchain/build.sh b/toolchain/build.sh index 8902a0e..bbb28c8 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -30,6 +30,9 @@ 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/generic/config-bpf >> .config + # Compile make defconfig make -j$cores toolchain/compile || make -j$cores toolchain/compile V=s || exit 1