diff --git a/buildscript b/buildscript index 47b29c13..865382ca 100755 --- a/buildscript +++ b/buildscript @@ -1,6 +1,9 @@ #!/bin/bash # SPDX-License-Identifier: GPL-3.0-or-later +set -e +set -o pipefail + builddir=./build # OpenWrt: package hashes correspond to core repo version @@ -17,13 +20,13 @@ GLUON_PKGS="simple-tc uradvd" FFF_VARIANTS="node layer3" -OPENWRTURL="https://git.openwrt.org/openwrt/openwrt.git" +OPENWRTURL="https://git.freifunk-franken.de/mirror/openwrt.git" ## Feed definition [0]: name aka directory, [1]: url, [2]: revision #official openwrt packages OPENWRT=(openwrt - https://git.openwrt.org/feed/packages.git + https://git.freifunk-franken.de/mirror/openwrt-packages.git $PACKAGEREV) #gluon packages @@ -33,7 +36,7 @@ GLUON=(gluon #official openwrt routing packages ROUTING=(routing - https://git.openwrt.org/feed/routing.git + https://git.freifunk-franken.de/mirror/openwrt-routing.git $ROUTINGREV) FFF=(fff)