From f3b0ccf064949c9c4e07e7c2fabea1eb3c1ab14a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 12 Oct 2016 17:27:57 +0200 Subject: reproducible/openwrt|lede: ignore download errors Signed-off-by: Holger Levsen --- bin/reproducible_openwrt_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index da12e925..82432824 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -220,7 +220,7 @@ openwrt_download() { # configure openwrt because otherwise it wont download everything openwrt_config $CONFIG - make download -j $NUM_CPU + make download -j $NUM_CPU IGNORE_ERRORS=ym } openwrt_get_banner() { -- cgit v1.2.3-54-g00ecf