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.
This commit is contained in:
Jan-Philipp Litza 2016-09-30 18:20:58 +02:00
parent 15ff275f70
commit 1e1b1052e9
1 changed files with 1 additions and 0 deletions

View File

@ -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',
},