更新 toolchain/build.sh

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-03-24 22:41:43 +08:00
parent b822ddc05d
commit 44fca20bea

View File

@ -60,9 +60,6 @@ echo -e "CONFIG_DEVEL=y" >> .config
echo -e "CONFIG_TOOLCHAINOPTS=y" >> .config echo -e "CONFIG_TOOLCHAINOPTS=y" >> .config
echo -e "CONFIG_GCC_USE_VERSION_${gcc_version}=y\n" >> .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 # Compile
make defconfig make defconfig
make -j$cores toolchain/compile || make -j$cores toolchain/compile V=s || exit 1 make -j$cores toolchain/compile || make -j$cores toolchain/compile V=s || exit 1