From a228b5f9cad1818073e0ed2b4a6f6895c3bdc5bb Mon Sep 17 00:00:00 2001 From: Thomas Hooge Date: Sat, 21 Jan 2023 19:03:36 +0100 Subject: [PATCH] =?UTF-8?q?Pfade=20f=C3=BCr=20opkg=20gefix,=20Version=20au?= =?UTF-8?q?f=200.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ site.conf | 4 ++-- site.mk | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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)