From 80cdb3bebcc4e9dee9f4bc39961126a19725755c Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 24 Dec 2016 04:09:42 +0100 Subject: reproducible_lede_common: enable logging while downloading try to find the ftbfs reason. Signed-off-by: Holger Levsen --- bin/reproducible_lede_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_lede_common.sh') 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() { -- cgit v1.2.3-54-g00ecf