summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_lede_common.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-12-24 04:09:42 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-24 11:25:54 +0100
commit80cdb3bebcc4e9dee9f4bc39961126a19725755c (patch)
tree155e1e6ccde6652c6f818636ab02e65ac31a2fde /bin/reproducible_lede_common.sh
parent037e8946c17a859dabdd18e889850613c233058c (diff)
downloadjenkins.debian.net-80cdb3bebcc4e9dee9f4bc39961126a19725755c.tar.xz
reproducible_lede_common: enable logging while downloading
try to find the ftbfs reason. Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_lede_common.sh')
-rw-r--r--bin/reproducible_lede_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh
index 0f0af0f8..c4143931 100644
--- a/bin/reproducible_lede_common.sh
+++ b/bin/reproducible_lede_common.sh
@@ -254,7 +254,7 @@ openwrt_download() {
# configure openwrt because otherwise it wont download everything
openwrt_config $CONFIG
- make download -j $NUM_CPU IGNORE_ERRORS=ym
+ make download -j $NUM_CPU IGNORE_ERRORS=ym BUILD_LOG=1
}
openwrt_get_banner() {