Commit 59237764 authored by Philipp Rothmann's avatar Philipp Rothmann
Browse files

v0.14.0 release

site.mk: remove haveged package

site.mk: drop GLUON_WLAN_MESH

domains/default.conf: new fastd-keys for holstentor and muehlentor

site.mk: add GLUON_BRANCH to enable autoupdater

update README
parent 6df45181
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

Gluon versions used for specific Lübeck Freifunk Firmware builds:

* 0.14.0: [v2020.2.2](https://github.com/freifunk-gluon/gluon/commit/90d0e33c619cef9e0af928ef4d6477f6c1bdc0de)
* 0.13.1: [v2019.1.2](https://github.com/freifunk-gluon/gluon/commit/63ebeb25c0b3a7eec4c70efc92dfcfa760dd85b6)
* 0.13.0: [v2019.1.2](https://github.com/freifunk-gluon/gluon/commit/63ebeb25c0b3a7eec4c70efc92dfcfa760dd85b6)
* 0.12.1: [v2019.1.2](https://github.com/freifunk-gluon/gluon/commit/63ebeb25c0b3a7eec4c70efc92dfcfa760dd85b6)
+20 −16
Original line number Diff line number Diff line
@@ -51,15 +51,6 @@
							key = 'e86647631a20c42e4a89312e66f9a764b0c990f833da7e1a633e1d1b19a655df',
							remotes = {'"huextertor.mesh.ffhl.chaotikum.org" port 10011'},
						},
						huextertor2 = {
							key = '18988a62d9398656ef828ac2468daa106b5d8837b2ef376b54fb904a81b15d41',
							remotes = {'"huextertor.mesh.ffhl.chaotikum.org" port 10012'},
						},
						-- experimental with mtu 1312
						huextertor3 = {
							key = 'd437e04941321f33dea7cb56b212558c3be2f8561526fc83aad7664cb3044eaf',
							remotes = {'"huextertor.mesh.ffhl.chaotikum.org" port 10013'},
						},

						-- Kaisertor
						kaisertor0 = {
@@ -70,14 +61,27 @@
							key = '46790256902f4f4aade319cd30f4dadff5355a90a5c68efd7cc804a771680dae',
							remotes = {'"kaisertor.mesh.ffhl.chaotikum.org" port 10011'},
						},
						kaisertor2 = {
							key = '6197b1435f8905b8f3e22e4103741623b7926c9e4f56b61d84233ca722556da1',
							remotes = {'"kaisertor.mesh.ffhl.chaotikum.org" port 10012'},

						-- Holstentor
						holstentor0 = {
							key = 'abaa75a17591bf9795985351b0fd78c5d6b60c2cd1189dc00d5d9c5aaf427342',
							remotes = {'"holstentor.mesh.ffhl.chaotikum.org" port 10010'},
						},

						holstentor1 = {
							key = '632548bc8cc5382e357e5e1758d52f2027044f2655a11e2ee467fa3a1d4a37d6',
							remotes = {'"holstentor.mesh.ffhl.chaotikum.org" port 10011'},
						},

						-- Muehlentor
						muehlentor0 = {
							key = '55fe850c699d9ee35b92113c419370178611293fb80f4ac39e2f2fa942fa0eac',
							remotes = {'"muehlentor.mesh.ffhl.chaotikum.org" port 10010'},
						},
   						-- experimental with mtu 1312
						kaisertor3 = {
							key = '7cbf01c4050e58f47f16dac7e2ce0ec69d176bd49d5f2364fecf0dc7967bb705',
							remotes = {'"kaisertor.mesh.ffhl.chaotikum.org" port 10013'},

						muehlentor1 = {
							key = '337e0146456a716e1b9c3d29fadc1af1cdf5ba8d84810299800aa3b16074b0fb',
							remotes = {'"muehlentor.mesh.ffhl.chaotikum.org" port 10011'},
						},
					},
				},
+2 −3
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ GLUON_FEATURES := \
	web-wizard

GLUON_SITE_PACKAGES := \
	haveged \
	iwinfo \
	respondd-module-airtime

@@ -31,8 +30,8 @@ GLUON_PRIORITY ?= 0
GLUON_REGION ?= eu
GLUON_LANGS ?= en de

GLUON_WLAN_MESH=11s

GLUON_MULTIDOMAIN=1

GLUON_DEPRECATED?=full

GLUON_BRANCH?=stable