From 34b26564e5c19224a71abb01050aed67bc4bdac5 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 17 Jan 2016 16:32:28 +0100 Subject: openwrt: also ignore modular packages fails to build --- 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 284ba44c..885f1952 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -81,7 +81,7 @@ openwrt_build() { RUN=$1 TARGET=$2 - OPTIONS="-j $NUM_CPU IGNORE_ERRORS=y BUILD_LOG=1" + OPTIONS="-j $NUM_CPU IGNORE_ERRORS=ym BUILD_LOG=1" echo "=============================================================================" echo "$(date -u) - Building OpenWrt ${OPENWRT_VERSION} ($TARGET) - $RUN build run." -- cgit v1.2.3-54-g00ecf