From 15e14ee36757eabbd22286a67fdda19d3e6fd70f Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 10 Dec 2015 14:51:18 +0100 Subject: openwrt: fix wrong usage of IGNORE_ERRORS the build won't fail anymore because of broken packages --- bin/reproducible_openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_openwrt.sh') 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." -- cgit v1.2.3-54-g00ecf