0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git/ synced 2025-10-06 03:02:55 +02:00

build: fix building llvm tarball

Add missing select NEED_BPF_TOOLCHAIN in order to ensure that the toolchain
actually gets built.

Fixes: https://github.com/openwrt/openwrt/issues/17926
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2025-02-10 22:09:26 +01:00
parent dd5c598de0
commit 04570f5ee2

View File

@@ -10,6 +10,7 @@ config SDK
config SDK_LLVM_BPF
bool "Build the LLVM-BPF toolchain tarball"
depends on BPF_TOOLCHAIN_BUILD_LLVM
select NEED_BPF_TOOLCHAIN
default BUILDBOT
help
This is a tarball of the precompiled LLVM toolchain suitable