From 2090c9124b0353c647c7bee5e139d9ac3b00092e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Wed, 9 Jun 2021 00:05:20 +0200 Subject: [PATCH] buildscript: Use fff OpenWrt mirror MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the git.freifunk-franken.de OpenWrt mirror for OpenWrt itsel and OpenWrt feeds to reduce upstream traffic. This is especially important since a clean build currently requires a fresh clone of all repositories. Signed-off-by: Fabian Bläse Tested-by: Fabian Bläse --- buildscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildscript b/buildscript index b33624ef..f39897aa 100755 --- a/buildscript +++ b/buildscript @@ -17,13 +17,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 +33,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)