From a161444964564983c15ee23460a688252fb2c9f3 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Fri, 30 Sep 2016 18:20:58 +0200 Subject: [PATCH] Set openwrt opkg repo URL to our reverse proxy The original site (downloads.openwrt.org) doesn't support IPv6, but the nodes don't support IPv4. This way, our reverse proxy might work or it might not, but at least it doesn't always fail. --- site.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/site.conf b/site.conf index 1854367..63267db 100644 --- a/site.conf +++ b/site.conf @@ -93,6 +93,7 @@ }, opkg = { + openwrt = 'http://downloads.bremen.freifunk.net/opkg/openwrt/%n/%v/%S/packages', extra = { modules = 'http://downloads.bremen.freifunk.net/opkg/modules/gluon-%GS-%GR/%S', },