mirror of
https://github.com/optim-enterprises-bv/openwrt-ipq.git
synced 2025-10-30 01:43:02 +00: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> (cherry picked from commit 04570f5ee2dfe6609c22d2d21678b14cd3314309)
This commit is contained in:
@@ -10,6 +10,7 @@ config SDK
|
|||||||
config SDK_LLVM_BPF
|
config SDK_LLVM_BPF
|
||||||
bool "Build the LLVM-BPF toolchain tarball"
|
bool "Build the LLVM-BPF toolchain tarball"
|
||||||
depends on BPF_TOOLCHAIN_BUILD_LLVM
|
depends on BPF_TOOLCHAIN_BUILD_LLVM
|
||||||
|
select NEED_BPF_TOOLCHAIN
|
||||||
default BUILDBOT
|
default BUILDBOT
|
||||||
help
|
help
|
||||||
This is a tarball of the precompiled LLVM toolchain suitable
|
This is a tarball of the precompiled LLVM toolchain suitable
|
||||||
|
|||||||
Reference in New Issue
Block a user