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
This commit is contained in:
Oliver Heimlich
2018-02-16 00:08:02 +01:00
parent 56436a7b20
commit 0d759cefa8
2 changed files with 7 additions and 3 deletions

View File

@@ -4,14 +4,18 @@
UNRELEASED UNRELEASED
- Updated to Gluon v2016.2.7-2-g3d824bd2
- ar71xx: fix MAC addresses on TP-Link TL-WR1043ND v4
- modules: update url to chaos calmer git repository after upstream move
- Makefile - Makefile
- Enabled firmware with ath10k WLAN driver - Enabled firmware with ath10k WLAN driver
## v2017.1 ## v2017.1
- Updated to Gluon v2017.7 - Updated to Gluon v2016.2.7
- Changes: - 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 ## v2017.0

View File

@@ -1,6 +1,6 @@
GLUON_BUILD_DIR := gluon-build GLUON_BUILD_DIR := gluon-build
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon.git GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon.git
GLUON_GIT_REF := v2016.2.7 GLUON_GIT_REF := 3d824bd21d7f6d5db6dc238d2a68b62de471aa2a
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key