mpc85xx: fix address config for ws-ap3825i
[openwrt/openwrt.git] / target / sdk / Config.in
index 28c6f3e352613fc552a1ae815f58e02fd5a0e9e7..1984e242e721b5165490faa55596d0606bf93973 100644 (file)
@@ -1,9 +1,17 @@
 config SDK
        bool "Build the OpenWrt SDK"
        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