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 bef59f37..8397af9a 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -82,7 +82,7 @@ openwrt_build() { ionice -c 3 nice \ $MAKE $OPTIONS package/install ionice -c 3 nice \ - $MAKE $OPTIONS target/install + $MAKE $OPTIONS target/install V=s || true ionice -c 3 nice \ $MAKE $OPTIONS package/index || true # don't let some packages fail the whole build } |