forked from remote/site-ffmuc
Compare commits
8 Commits
v2018.1-kr
...
5a7f4f60c5
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a7f4f60c5 | |||
| b1870f5944 | |||
| 247b8bdaf6 | |||
| 8de472c3d4 | |||
| 1bce3ad02b | |||
| 43900e38a6 | |||
| f718c05a33 | |||
| df8447a7a4 |
28
CHANGELOG.md
28
CHANGELOG.md
@@ -1,18 +1,24 @@
|
|||||||
# Freifunk München Firmware Changelog
|
# Freifunk München Firmware Changelog
|
||||||
|
|
||||||
## v2018.1
|
## v2018.1
|
||||||
- Updated to Gluon v2018.1
|
- Updated to Gluon v2018.1.1
|
||||||
- Changes:
|
- Changes:
|
||||||
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2017.1.html
|
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2017.1.html
|
||||||
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2017.1.1.html
|
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2017.1.1.html
|
||||||
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2017.1.2.html
|
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2017.1.2.html
|
||||||
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2017.1.3.html
|
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2017.1.3.html
|
||||||
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2017.1.4.html
|
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2017.1.4.html
|
||||||
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2017.1.5.html
|
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2017.1.5.html
|
||||||
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2017.1.6.html
|
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2017.1.6.html
|
||||||
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2017.1.7.html
|
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2017.1.7.html
|
||||||
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2017.1.8.html
|
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2017.1.8.html
|
||||||
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2018.1.html
|
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2018.1.html
|
||||||
|
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2018.1.1.html
|
||||||
|
- site.conf
|
||||||
|
- use multidomain config
|
||||||
|
- update translations (de,en) and added french
|
||||||
|
- use GLUON_FEATURES
|
||||||
|
- use GLUON_FEATURE web-wizard to have less packages
|
||||||
|
|
||||||
## v2017.1
|
## v2017.1
|
||||||
|
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -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 := v2018.1
|
GLUON_GIT_REF := v2018.1.1
|
||||||
|
|
||||||
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
||||||
|
|
||||||
|
|||||||
@@ -12,3 +12,7 @@ make
|
|||||||
|
|
||||||
Look at the [site configuration related Gluon documentation](https://gluon.readthedocs.io/en/v2017.1.x/user/site.html)
|
Look at the [site configuration related Gluon documentation](https://gluon.readthedocs.io/en/v2017.1.x/user/site.html)
|
||||||
for information on site configuration options and examples from other communities.
|
for information on site configuration options and examples from other communities.
|
||||||
|
|
||||||
|
## Builds
|
||||||
|
|
||||||
|
Currently builds of this repo are provided at https://ffmuc.krombel.de
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
ssid = 'muenchen.freifunk.net',
|
ssid = 'muenchen.freifunk.net',
|
||||||
},
|
},
|
||||||
mesh = {
|
mesh = {
|
||||||
id = 'ffmuc-mesh',
|
id = 'ffmuc-umland-mesh',
|
||||||
mcast_rate = 12000,
|
mcast_rate = 12000,
|
||||||
disabled = true,
|
disabled = true,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
ssid = 'muenchen.freifunk.net',
|
ssid = 'muenchen.freifunk.net',
|
||||||
},
|
},
|
||||||
mesh = {
|
mesh = {
|
||||||
id = 'ffmuc-mesh',
|
id = 'ffmuc-umland-mesh',
|
||||||
mcast_rate = 12000,
|
mcast_rate = 12000,
|
||||||
disabled = true,
|
disabled = true,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
ssid = 'muenchen.freifunk.net',
|
ssid = 'muenchen.freifunk.net',
|
||||||
},
|
},
|
||||||
mesh = {
|
mesh = {
|
||||||
id = 'ffmuc-mesh',
|
id = 'ffmuc-umland-mesh',
|
||||||
mcast_rate = 12000,
|
mcast_rate = 12000,
|
||||||
disabled = true,
|
disabled = true,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
ssid = 'muenchen.freifunk.net',
|
ssid = 'muenchen.freifunk.net',
|
||||||
},
|
},
|
||||||
mesh = {
|
mesh = {
|
||||||
id = 'ffmuc-mesh',
|
id = 'ffmuc-umland-mesh',
|
||||||
mcast_rate = 12000,
|
mcast_rate = 12000,
|
||||||
disabled = true,
|
disabled = true,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
ssid = 'muenchen.freifunk.net',
|
ssid = 'muenchen.freifunk.net',
|
||||||
},
|
},
|
||||||
mesh = {
|
mesh = {
|
||||||
id = 'ffmuc-mesh',
|
id = 'ffmuc-umland-mesh',
|
||||||
mcast_rate = 12000,
|
mcast_rate = 12000,
|
||||||
disabled = true,
|
disabled = true,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
ssid = 'muenchen.freifunk.net',
|
ssid = 'muenchen.freifunk.net',
|
||||||
},
|
},
|
||||||
mesh = {
|
mesh = {
|
||||||
id = 'ffmuc-mesh',
|
id = 'ffmuc-umland-mesh',
|
||||||
mcast_rate = 12000,
|
mcast_rate = 12000,
|
||||||
disabled = true,
|
disabled = true,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
ssid = 'muenchen.freifunk.net',
|
ssid = 'muenchen.freifunk.net',
|
||||||
},
|
},
|
||||||
mesh = {
|
mesh = {
|
||||||
id = 'ffmuc-mesh',
|
id = 'ffmuc-umland-mesh',
|
||||||
mcast_rate = 12000,
|
mcast_rate = 12000,
|
||||||
disabled = true,
|
disabled = true,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
ssid = 'muenchen.freifunk.net',
|
ssid = 'muenchen.freifunk.net',
|
||||||
},
|
},
|
||||||
mesh = {
|
mesh = {
|
||||||
id = 'ffmuc-mesh',
|
id = 'ffmuc-umland-mesh',
|
||||||
mcast_rate = 12000,
|
mcast_rate = 12000,
|
||||||
disabled = true,
|
disabled = true,
|
||||||
},
|
},
|
||||||
|
|||||||
6
modules
6
modules
@@ -1,5 +1,5 @@
|
|||||||
GLUON_SITE_FEEDS='ffmuc'
|
GLUON_SITE_FEEDS='ffmuc'
|
||||||
|
|
||||||
PACKAGES_FFMUC_REPO=https://github.com/freifunkMUC/gluon-packages.git
|
PACKAGES_FFMUC_REPO=https://github.com/krombel/gluon-packages.git
|
||||||
PACKAGES_FFMUC_BRANCH=master
|
PACKAGES_FFMUC_BRANCH=add_domain-migration-ffmuc
|
||||||
PACKAGES_FFMUC_COMMIT=5632eaba747ac356b68f5d40f30233eafc785975
|
PACKAGES_FFMUC_COMMIT=d529439a7e9c90a74617158b96e2e538cb777962
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
hostname_prefix = 'ffmuc-',
|
hostname_prefix = 'ffmuc-',
|
||||||
site_name = 'Freifunk München',
|
site_name = 'Freifunk München',
|
||||||
site_code = 'ffmuc',
|
site_code = 'ffmuc',
|
||||||
default_domain = 'ffmuc_welcome',
|
default_domain = 'ffmuc',
|
||||||
|
|
||||||
opkg = {
|
opkg = {
|
||||||
extra = {
|
extra = {
|
||||||
|
|||||||
Reference in New Issue
Block a user