forked from remote/site-ffmuc
Compare commits
10 Commits
v2018.1-kr
...
91211e71ac
| Author | SHA1 | Date | |
|---|---|---|---|
| 91211e71ac | |||
| 2586e40966 | |||
| 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,
|
||||||
},
|
},
|
||||||
|
|||||||
2
modules
2
modules
@@ -2,4 +2,4 @@ GLUON_SITE_FEEDS='ffmuc'
|
|||||||
|
|
||||||
PACKAGES_FFMUC_REPO=https://github.com/krombel/gluon-packages.git
|
PACKAGES_FFMUC_REPO=https://github.com/krombel/gluon-packages.git
|
||||||
PACKAGES_FFMUC_BRANCH=add_domain-migration-ffmuc
|
PACKAGES_FFMUC_BRANCH=add_domain-migration-ffmuc
|
||||||
PACKAGES_FFMUC_COMMIT=d3e97b8b08f253b024d8aac29df217c065fd59c6
|
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 = {
|
||||||
@@ -40,6 +40,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
mesh = {
|
mesh = {
|
||||||
|
vxlan = false, -- legacy support
|
||||||
batman_adv = {
|
batman_adv = {
|
||||||
gw_sel_class = 3,
|
gw_sel_class = 3,
|
||||||
},
|
},
|
||||||
|
|||||||
2
site.mk
2
site.mk
@@ -16,8 +16,6 @@ GLUON_FEATURES := \
|
|||||||
radvd \
|
radvd \
|
||||||
status-page \
|
status-page \
|
||||||
config-mode-domain-select \
|
config-mode-domain-select \
|
||||||
ebtables-filter-arp-ffmuc \
|
|
||||||
ebtables-filter-multicast-ffmuc \
|
|
||||||
domain-migration-ffmuc
|
domain-migration-ffmuc
|
||||||
|
|
||||||
GLUON_SITE_PACKAGES := \
|
GLUON_SITE_PACKAGES := \
|
||||||
|
|||||||
Reference in New Issue
Block a user