forked from remote/site-ffmuc
Compare commits
15 Commits
v2018.1-kr
...
krombel/v2
| Author | SHA1 | Date | |
|---|---|---|---|
| d7363b2351 | |||
| dec054ea6a | |||
| ffe3314fb0 | |||
| 7a817220f4 | |||
| c5a9b2e4f8 | |||
| 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.2
|
||||||
|
|
||||||
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,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -49,6 +49,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
mesh = {
|
mesh = {
|
||||||
|
vxlan = false, -- legacy support
|
||||||
batman_adv = {
|
batman_adv = {
|
||||||
gw_sel_class = 3,
|
gw_sel_class = 3,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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,
|
||||||
},
|
},
|
||||||
@@ -49,6 +49,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
mesh = {
|
mesh = {
|
||||||
|
vxlan = false, -- legacy support
|
||||||
batman_adv = {
|
batman_adv = {
|
||||||
gw_sel_class = 3,
|
gw_sel_class = 3,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -49,6 +49,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
mesh = {
|
mesh = {
|
||||||
|
vxlan = false, -- legacy support
|
||||||
batman_adv = {
|
batman_adv = {
|
||||||
gw_sel_class = 3,
|
gw_sel_class = 3,
|
||||||
},
|
},
|
||||||
|
|||||||
2
modules
2
modules
@@ -2,4 +2,4 @@ GLUON_SITE_FEEDS='ffmuc'
|
|||||||
|
|
||||||
PACKAGES_FFMUC_REPO=https://github.com/freifunkMUC/gluon-packages.git
|
PACKAGES_FFMUC_REPO=https://github.com/freifunkMUC/gluon-packages.git
|
||||||
PACKAGES_FFMUC_BRANCH=master
|
PACKAGES_FFMUC_BRANCH=master
|
||||||
PACKAGES_FFMUC_COMMIT=5632eaba747ac356b68f5d40f30233eafc785975
|
PACKAGES_FFMUC_COMMIT=bfbbaa0b9fba5ff1bf8cda945f6c1e757f038c05
|
||||||
|
|||||||
@@ -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 = {
|
||||||
@@ -66,6 +66,7 @@
|
|||||||
probability = 0.1,
|
probability = 0.1,
|
||||||
good_signatures = 3,
|
good_signatures = 3,
|
||||||
pubkeys = {
|
pubkeys = {
|
||||||
|
'5700c7a266d80aa1c6c33f29835a7b200bdd500e88ee86c0a63e24a0023364f6', -- krombel
|
||||||
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
||||||
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
||||||
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
||||||
@@ -81,6 +82,7 @@
|
|||||||
probability = 0.5,
|
probability = 0.5,
|
||||||
good_signatures = 2,
|
good_signatures = 2,
|
||||||
pubkeys = {
|
pubkeys = {
|
||||||
|
'5700c7a266d80aa1c6c33f29835a7b200bdd500e88ee86c0a63e24a0023364f6', -- krombel
|
||||||
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
||||||
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
||||||
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
||||||
|
|||||||
6
site.mk
6
site.mk
@@ -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 := \
|
||||||
@@ -167,6 +166,9 @@ GLUON_TLWDR4900_SITE_PACKAGES := $(USB_PACKAGES_BASIC) $(TOOLS_PACKAGES) $(USB_P
|
|||||||
|
|
||||||
DEFAULT_GLUON_RELEASE := snapshot~$(shell date '+%Y%m%d')
|
DEFAULT_GLUON_RELEASE := snapshot~$(shell date '+%Y%m%d')
|
||||||
|
|
||||||
|
# default to ibss meshing (legacy)
|
||||||
|
GLUON_WLAN_MESH = ibss
|
||||||
|
|
||||||
# Allow overriding the release number from the command line
|
# Allow overriding the release number from the command line
|
||||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user