diff options
| author | Felix Fietkau | 2025-02-10 21:09:26 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2025-02-10 21:10:50 +0000 |
| commit | 04570f5ee2dfe6609c22d2d21678b14cd3314309 (patch) | |
| tree | 662f78fe666bc6b93460d2fbe117cddcc106d9e4 | |
| parent | dd5c598de09636e7b46b7ef9a79e05b1df90cc81 (diff) | |
| download | openwrt-04570f5ee2dfe6609c22d2d21678b14cd3314309.tar.gz | |
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>
| -rw-r--r-- | target/sdk/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/sdk/Config.in b/target/sdk/Config.in index 1984e242e7..9fee5abdc3 100644 --- a/target/sdk/Config.in +++ b/target/sdk/Config.in @@ -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 |