From 150f50370bad1a33ff08bb98892ba3e1b3204131 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Wed, 10 May 2023 11:15:58 +0200 Subject: [PATCH] site.conf: load packages from firmware.ffh.zone Due to our decentralized build structure workspaces are not retained as reliably as they once were. This is not problematic for nightly builds as they heal within a day, but for releases running over longer periods. --- site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.conf b/site.conf index cf963d5..828afcf 100644 --- a/site.conf +++ b/site.conf @@ -8,7 +8,7 @@ opkg = { openwrt = 'http://downloads.openwrt.org/releases/packages-%v/%A', extra = { - modules = 'http://build.ffh.zone/job/gluon-beta/ws/beta/packages/gluon-%GS-%GR/%S', + modules = 'http://firmware.ffh.zone/packages/gluon-%GS-%GR/%S', }, },