summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-01-17 16:32:28 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-18 13:32:19 +0100
commit34b26564e5c19224a71abb01050aed67bc4bdac5 (patch)
treeea9ef9f6b4e8718102010b7f6d6db8a3730dd493 /bin/reproducible_openwrt.sh
parente8f88968258960837100300f58b7f52d8ff8c292 (diff)
downloadjenkins.debian.net-34b26564e5c19224a71abb01050aed67bc4bdac5.tar.xz
openwrt: also ignore modular packages fails to build
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 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."