1
0

Config.in 593 B

1234567891011121314151617
  1. config SDK
  2. bool "Build the libreCMC 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 libreCMC before including them in the buildroot
  9. config SDK_LLVM_BPF
  10. bool "Build the LLVM-BPF toolchain tarball"
  11. depends on BPF_TOOLCHAIN_BUILD_LLVM
  12. default BUILDBOT
  13. help
  14. This is a tarball of the precompiled LLVM toolchain suitable
  15. for unpacking into the buildroot/SDK. It is used to build packages
  16. that ship with eBPF kernel modules