2006-06-21 03:17:13 +00:00
|
|
|
config SDK
|
2017-11-07 08:45:52 +00:00
|
|
|
bool "Build the OpenWrt SDK"
|
2013-04-17 15:36:41 +00:00
|
|
|
depends on !EXTERNAL_TOOLCHAIN
|
2017-02-14 11:24:07 +00:00
|
|
|
default BUILDBOT
|
2005-04-10 20:28:17 +00:00
|
|
|
help
|
|
|
|
This is essentially a stripped-down version of the buildroot
|
|
|
|
with a precompiled toolchain. It can be used to develop and
|
2017-11-07 08:45:52 +00:00
|
|
|
test packages for OpenWrt before including them in the buildroot
|
2005-11-05 02:16:36 +00:00
|
|
|
|
2021-11-04 14:16:07 +00:00
|
|
|
config SDK_LLVM_BPF
|
|
|
|
bool "Build the LLVM-BPF toolchain tarball"
|
|
|
|
depends on BPF_TOOLCHAIN_BUILD_LLVM
|
|
|
|
default BUILDBOT
|
|
|
|
help
|
|
|
|
This is a tarball of the precompiled LLVM toolchain suitable
|
|
|
|
for unpacking into the buildroot/SDK. It is used to build packages
|
|
|
|
that ship with eBPF kernel modules
|