summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2015-12-10 14:51:18 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-10 15:21:30 +0100
commit15e14ee36757eabbd22286a67fdda19d3e6fd70f (patch)
treedb59fd0efe71c3dec806848df03927685ab42f04 /bin/reproducible_openwrt.sh
parent6ea9e55d0c14a8434670b83c328b5471012b4b81 (diff)
downloadjenkins.debian.net-15e14ee36757eabbd22286a67fdda19d3e6fd70f.tar.xz
openwrt: fix wrong usage of IGNORE_ERRORS
the build won't fail anymore because of broken packages
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 5b1fb262..76c7f9ee 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -77,7 +77,7 @@ openwrt_build() {
RUN=$1
TARGET=$2
- OPTIONS="-j $NUM_CPU IGNORE_ERRORS=1"
+ OPTIONS="-j $NUM_CPU IGNORE_ERRORS=y"
echo "============================================================================="
echo "$(date -u) - Building OpenWrt ${OPENWRT_VERSION} ($TARGET) - $RUN build run."