build: conditionally build llvm bpf toolchain by default
Unless another toolchain is present (or selected), build the bpf toolchain
whenever a package is selected that needs it.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit 6605e45676)
This commit is contained in:
@@ -40,6 +40,7 @@ define Package/unetd/config
|
||||
bool "VXLAN support"
|
||||
depends on PACKAGE_unetd
|
||||
depends on HAS_BPF_TOOLCHAIN
|
||||
select NEED_BPF_TOOLCHAIN
|
||||
default y
|
||||
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user