diff options
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index a0426d39..cd6701ea 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -82,7 +82,7 @@ openwrt_build() { ionice -c 3 nice \ $MAKE -j $NUM_CPU target/install ionice -c 3 nice \ - $MAKE -j $NUM_CPU package/index + $MAKE -j $NUM_CPU package/index || true # don't let some packages fail the whole build } openwrt_cleanup() { |