forked from remote/site-ffmuc
Compare commits
2 Commits
91211e71ac
...
v2018.1-kr
| Author | SHA1 | Date | |
|---|---|---|---|
| d58d524e32 | |||
| 916f40410b |
28
CHANGELOG.md
28
CHANGELOG.md
@@ -1,24 +1,18 @@
|
|||||||
# Freifunk München Firmware Changelog
|
# Freifunk München Firmware Changelog
|
||||||
|
|
||||||
## v2018.1
|
## v2018.1
|
||||||
- Updated to Gluon v2018.1.1
|
- Updated to Gluon v2018.1
|
||||||
- Changes:
|
- Changes:
|
||||||
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2017.1.html
|
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2017.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.1.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.2.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.3.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.4.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.5.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.6.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.7.html
|
||||||
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2017.1.8.html
|
- https://gluon.readthedocs.io/en/v2016.2.7/releases/v2017.1.8.html
|
||||||
- https://gluon.readthedocs.io/en/v2018.1.1/releases/v2018.1.html
|
- https://gluon.readthedocs.io/en/v2016.2.7/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.1
|
GLUON_GIT_REF := v2018.1
|
||||||
|
|
||||||
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,3 @@ 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-umland-mesh',
|
id = 'ffmuc-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-umland-mesh',
|
id = 'ffmuc-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-umland-mesh',
|
id = 'ffmuc-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-umland-mesh',
|
id = 'ffmuc-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-umland-mesh',
|
id = 'ffmuc-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-umland-mesh',
|
id = 'ffmuc-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-umland-mesh',
|
id = 'ffmuc-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-umland-mesh',
|
id = 'ffmuc-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=d529439a7e9c90a74617158b96e2e538cb777962
|
PACKAGES_FFMUC_COMMIT=d3e97b8b08f253b024d8aac29df217c065fd59c6
|
||||||
|
|||||||
@@ -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',
|
default_domain = 'ffmuc_welcome',
|
||||||
|
|
||||||
opkg = {
|
opkg = {
|
||||||
extra = {
|
extra = {
|
||||||
@@ -40,7 +40,6 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
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,6 +16,8 @@ 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