7 Commits

Author SHA1 Message Date
619250b6e8 add sign key of awlnx 2019-01-15 22:33:09 +01:00
dd715dabfe add public sign key for krombel 2018-11-20 00:46:26 +01:00
5f5496ee6d fix upgrade issues to future gluon releases
v2017 and later have some changes which causes config loss
when upgraded directly.

This release basically aims to keep the config for a future release
of a current gluon (which then has a better hardware support)
2018-11-19 21:48:51 +01:00
Franz Pletz
2553872d1c Merge pull request #41 from oheim/stable
Makefile: Introduce GLUON_ATH10K_MESH variable
2018-02-15 23:19:35 +00:00
Franz Pletz
9d750a2e69 v2017.1 -> v2018.0 2018-02-15 23:18:59 +00:00
Oliver Heimlich
0d759cefa8 Fix openwrt git repository url
* Makefile: use upstream patch from v2016.2.x branch
 * CHANGELOG.md: List upstream patches and fix v2017.1 release information
2018-02-16 00:08:02 +01:00
Oliver Heimlich
56436a7b20 Makefile: Introduce GLUON_ATH10K_MESH variable 2018-02-15 23:35:47 +01:00
3 changed files with 19 additions and 4 deletions

View File

@@ -1,10 +1,20 @@
# Freifunk München Firmware Changelog
## v2018.0
- Updated to Gluon v2016.2.7-3-g35c9f9ae
- ar71xx: fix MAC addresses on TP-Link TL-WR1043ND v4
- modules: update url to chaos calmer git repository after upstream move
- ar71xx: sysupgrade: improve CPE/WBS 210/510 validation
- Makefile
- Enabled firmware with ath10k WLAN driver
## v2017.1
- Updated to Gluon v2017.7
- Updated to Gluon v2016.2.7
- Changes:
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2016.1.7.html
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2016.2.7.html
## v2017.0

View File

@@ -1,6 +1,6 @@
GLUON_BUILD_DIR := gluon-build
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon.git
GLUON_GIT_REF := v2016.2.7
GLUON_GIT_REF := 35c9f9aecc5de53324ee61904faa1c5763d61134 # latest v2016.2.x
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
@@ -25,7 +25,8 @@ JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \
GLUON_RELEASE=${GLUON_RELEASE} \
GLUON_BRANCH=${GLUON_BRANCH}
GLUON_BRANCH=${GLUON_BRANCH} \
GLUON_ATH10K_MESH=ibss
all: info
${MAKE} manifest

View File

@@ -126,6 +126,8 @@
probability = 0.1,
good_signatures = 3,
pubkeys = {
'6dcfc670a4150e16962c1852066669d9b337f168d0f6a863ed930968c2f047eb', -- awlnx
'5700c7a266d80aa1c6c33f29835a7b200bdd500e88ee86c0a63e24a0023364f6', -- krombel
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
@@ -141,6 +143,8 @@
probability = 0.5,
good_signatures = 2,
pubkeys = {
'6dcfc670a4150e16962c1852066669d9b337f168d0f6a863ed930968c2f047eb', -- awlnx
'5700c7a266d80aa1c6c33f29835a7b200bdd500e88ee86c0a63e24a0023364f6', -- krombel
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris