X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Fsdk%2FConfig.in;h=1984e242e721b5165490faa55596d0606bf93973;hp=c8106d2abfe881ec15b1d66a90fe48d726e5a138;hb=HEAD;hpb=ac695f35faef02de0813fb3a874cba1c2a094441 diff --git a/target/sdk/Config.in b/target/sdk/Config.in index c8106d2abf..1984e242e7 100644 --- a/target/sdk/Config.in +++ b/target/sdk/Config.in @@ -1,9 +1,17 @@ config SDK bool "Build the OpenWrt SDK" - depends !EXTERNAL_TOOLCHAIN + depends on !EXTERNAL_TOOLCHAIN + default BUILDBOT help This is essentially a stripped-down version of the buildroot with a precompiled toolchain. It can be used to develop and test packages for OpenWrt before including them in the buildroot - +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