Просмотр исходного кода

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 <[email protected]>
Felix Fietkau 10 месяцев назад
Родитель
Сommit
04570f5ee2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      target/sdk/Config.in

+ 1 - 0
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