summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt_common.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-10-12 17:27:57 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-12 17:28:50 +0200
commitf3b0ccf064949c9c4e07e7c2fabea1eb3c1ab14a (patch)
treee9c616e3a3efcba49390d7fab042e3735f6d05f1 /bin/reproducible_openwrt_common.sh
parent8afe24f3fba467a71bef8b357ce94f673aca2f9e (diff)
downloadjenkins.debian.net-f3b0ccf064949c9c4e07e7c2fabea1eb3c1ab14a.tar.xz
reproducible/openwrt|lede: ignore download errors
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_openwrt_common.sh')
-rw-r--r--bin/reproducible_openwrt_common.sh2
1 files changed, 1 insertions, 1 deletions
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() {