blob: 9fee5abdc36c519fd631090aa04bb4e293b44eb4 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001config SDK
2 bool "Build the OpenWrt SDK"
3 depends on !EXTERNAL_TOOLCHAIN
4 default BUILDBOT
5 help
6 This is essentially a stripped-down version of the buildroot
7 with a precompiled toolchain. It can be used to develop and
8 test packages for OpenWrt before including them in the buildroot
9
10config SDK_LLVM_BPF
11 bool "Build the LLVM-BPF toolchain tarball"
12 depends on BPF_TOOLCHAIN_BUILD_LLVM
13 select NEED_BPF_TOOLCHAIN
14 default BUILDBOT
15 help
16 This is a tarball of the precompiled LLVM toolchain suitable
17 for unpacking into the buildroot/SDK. It is used to build packages
18 that ship with eBPF kernel modules