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 49a5a55301
commit f5c94078ec
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',
},