diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2017-11-08 02:41:32 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-08 04:31:51 +0000 |
commit | c9d07156e6d6d5e94632a4c03d25aaa4f23edefb (patch) | |
tree | b812e6e7ef06f769b8ac0888ceef2dcb58fba1ff /bin | |
parent | d545ff47f3c75bcf0c0edf2966cf9a5e200180f5 (diff) | |
download | jenkins.debian.net-c9d07156e6d6d5e94632a4c03d25aaa4f23edefb.tar.xz |
reproducible_lede: enable CONFIG_BUILDBOT to reduce inode load while building
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/reproducible_lede_common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh index 55ef15e3..1554b8b8 100644 --- a/bin/reproducible_lede_common.sh +++ b/bin/reproducible_lede_common.sh @@ -235,6 +235,7 @@ openwrt_config() { printf "$CONFIG\n" | grep '^[^ ]' > .config printf "CONFIG_ALL=y\n" >> .config printf "CONFIG_AUTOREMOVE=y\n" >> .config + printf "CONFIG_BUILDBOT=y\n" >> .config printf "CONFIG_CLEAN_IPKG=y\n" >> .config printf "CONFIG_TARGET_ROOTFS_TARGZ=y\n" >> .config printf 'CONFIG_KERNEL_BUILD_USER="lede"\n' >> .config |