summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {