diff --git a/README.md b/README.md index a853d4e..843037e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Helgoland Freifunk Firmware builds +- 0.9.2: v2016.2.x latest commit +- 0.9.1: v2016.2.7 - 0.9: v2016.2.7 with batman_adv compat v15 - 0.8.2: v2016.2.7 new keys for new infrastructure - 0.8.1: v2016.2.3 diff --git a/site.conf b/site.conf index a931f4a..055cc56 100644 --- a/site.conf +++ b/site.conf @@ -4,9 +4,9 @@ site_code = 'helgo', opkg = { - openwrt = 'http://opkg.services.ffhh/%n/%v/%S/packages', + openwrt = 'http://opkg.services.helgo/%n/%v/%S/packages', extra = { - modules = 'http://updates.helgoland.freifunk.net/stable/archive/modules/gluon-%GS-%GR/%S', + modules = 'http://updates.helgoland.freifunk.net/stable/modules/gluon-%GS-%GR/%S', }, }, diff --git a/site.mk b/site.mk index ab4518c..e295a05 100644 --- a/site.mk +++ b/site.mk @@ -27,7 +27,7 @@ GLUON_SITE_PACKAGES := \ iptables \ haveged -DEFAULT_GLUON_RELEASE := 0.9.1 +DEFAULT_GLUON_RELEASE := 0.9.2 # Allow overriding the release number from the command line GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)