diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-01-17 16:32:28 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-18 13:32:19 +0100 |
commit | 34b26564e5c19224a71abb01050aed67bc4bdac5 (patch) | |
tree | ea9ef9f6b4e8718102010b7f6d6db8a3730dd493 /bin | |
parent | e8f88968258960837100300f58b7f52d8ff8c292 (diff) | |
download | jenkins.debian.net-34b26564e5c19224a71abb01050aed67bc4bdac5.tar.xz |
openwrt: also ignore modular packages fails to build
Diffstat (limited to 'bin')
-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 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." |