buildscript improvements #145

Closed
fbl wants to merge 2 commits from fbl:buildscript into master
1 changed files with 6 additions and 3 deletions

View File

@ -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)