10 Commits

14 changed files with 36 additions and 26 deletions

View File

@@ -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

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 := v2018.1 GLUON_GIT_REF := v2018.1.1
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key

View File

@@ -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

View File

@@ -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,
}, },

View File

@@ -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,
}, },

View File

@@ -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,
}, },

View File

@@ -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,
}, },

View File

@@ -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,
}, },

View File

@@ -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,
}, },

View File

@@ -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,
}, },

View File

@@ -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,
}, },

View File

@@ -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

View File

@@ -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,
}, },

View File

@@ -4,6 +4,7 @@ GLUON_FEATURES := \
respondd \ respondd \
autoupdater \ autoupdater \
web-wizard \ web-wizard \
ebtables-limit-arp \
ebtables-filter-multicast \ ebtables-filter-multicast \
ebtables-filter-ra-dhcp \ ebtables-filter-ra-dhcp \
web-admin \ web-admin \
@@ -15,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 := \