From e107df512fad3699e11e3d3e2f46a50ad04196a2 Mon Sep 17 00:00:00 2001 From: ohrensessel Date: Wed, 10 Sep 2014 19:48:18 +0200 Subject: [PATCH 1/3] Enable mesh vpn by default --- site.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/site.conf b/site.conf index e21b9f8..2971b2f 100644 --- a/site.conf +++ b/site.conf @@ -36,6 +36,7 @@ }, fastd_mesh_vpn = { + enabled = true, methods = {'salsa2012+gmac'}, mtu = 1426, backbone = { From b9e3c3dadc46411cba7746ddd67c74a871a4a23d Mon Sep 17 00:00:00 2001 From: Leo Krueger Date: Mon, 15 Sep 2014 23:53:15 +0200 Subject: [PATCH 2/3] Use ffhh opkg mirror Conflicts: site.conf --- site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.conf b/site.conf index 2971b2f..bcd30bc 100644 --- a/site.conf +++ b/site.conf @@ -8,7 +8,7 @@ timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin ntp_servers = {'1.ntp.services.ffhh','2.ntp.services.ffhh'}, - opkg_repo = 'http://opkg.services.ffki/attitude_adjustment/12.09/%S/packages', -- ffki ipv6 mirror + opkg_repo = 'http://opkg.services.ffhh/attitude_adjustment/12.09/%S/packages', regdom = 'DE', wifi24 = { From c39e58d6be0ad37f54dc67d0e03ccc9018e58416 Mon Sep 17 00:00:00 2001 From: ohrensessel Date: Tue, 21 Oct 2014 01:17:17 +0200 Subject: [PATCH 3/3] Release v0.5.1 --- README.md | 1 + site.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a09c29d..790a100 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- 0.5.1: v2014.3.1 - 0.5: v2014.3 - 0.4.2: v2014.2 - note: no gluon fork used anymore diff --git a/site.mk b/site.mk index 072cd29..b57efa6 100644 --- a/site.mk +++ b/site.mk @@ -19,7 +19,7 @@ GLUON_SITE_PACKAGES := \ haveged -DEFAULT_GLUON_RELEASE := 0.5 +DEFAULT_GLUON_RELEASE := 0.5.1 # Allow overriding the release number from the command line GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)