[openwrt/openwrt] config: pack toolchain per default on buildbots
LEDE Commits
lede-commits at lists.infradead.org
Fri Oct 8 18:07:04 PDT 2021
aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f887c93be7edf87b2af2b2db3481473e0f6df832
commit f887c93be7edf87b2af2b2db3481473e0f6df832
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Oct 6 19:28:08 2021 -1000
config: pack toolchain per default on buildbots
The toolchain can be used for accelerated CI builds. This commit enabled
the packing of it by default on buildbots.
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
target/toolchain/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/toolchain/Config.in b/target/toolchain/Config.in
index 5a6ecefebb..02c486b320 100644
--- a/target/toolchain/Config.in
+++ b/target/toolchain/Config.in
@@ -1,6 +1,7 @@
config MAKE_TOOLCHAIN
bool "Package the OpenWrt-based Toolchain"
depends on !EXTERNAL_TOOLCHAIN
+ default BUILDBOT
help
Package the created toolchain as a tarball under the bin/ directory as
OpenWrt-Toolchain-$(BOARD)-for-$(ARCH)$(ARCH_SUFFIX)-gcc-$(GCCV)$(DIR_SUFFIX).
More information about the lede-commits
mailing list