diff --git a/README.md b/README.md index 8b59ade1ebbaa5ba437f5d2ebdd01510d5f6f2ea..26d77ecfaa5f8444e26d2ca97625d4b30086bd9b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Freifunk Stuttgart specific Gluon configuration Doku: https://gluon.readthedocs.org/en/latest/user/site.html Gluon versions used for specific Stuttgart Freifunk Firmware builds: +* ffs-1.3: v2016.2.7 + 1340 mtu * ffs-1.2: v2016.2.6 + ffs-set-segment dns fix + 1312 mtu * ffs-1.1: v2016.2.6 + ffs-set-segment dns fix * ffs-1.0: v2016.2.5 diff --git a/modules b/modules index 9591b479abc595656699a9711151740b92fa938f..ca1c129a85a81a713d98f75d720f533aacc6c942 100644 --- a/modules +++ b/modules @@ -1,4 +1,4 @@ GLUON_SITE_FEEDS='ffs' PACKAGES_FFS_REPO=https://github.com/freifunk-stuttgart/Gluon-Packages -PACKAGES_FFS_COMMIT=b936695c5566a4e358abc62ac9a35a8a87d3bfa5 +PACKAGES_FFS_COMMIT=cd7c63718c1c892853d899812b2526e9a5de321b diff --git a/site.conf b/site.conf index ed4ff387e7d9e99d43012b1e6f992b8ba2e423a0..bae33cbc9e8421c93b1a7e30de75b03b23b0a935 100644 --- a/site.conf +++ b/site.conf @@ -25,6 +25,10 @@ ap = { ssid = 'Freifunk', }, + mesh = { + id = 'ffsmesh', + mcast_rate = 12000, + }, ibss = { ssid = '02:04:08:16:32:64', bssid = '02:04:08:16:32:64', @@ -37,6 +41,10 @@ ap = { ssid = 'Freifunk', }, + mesh = { + id = 'ffsmesh', + mcast_rate = 12000, + }, ibss = { ssid = '02:04:08:16:32:64', bssid = '02:04:08:16:32:64', @@ -53,7 +61,7 @@ fastd_mesh_vpn = { methods = {'salsa2012+umac'}, - mtu = 1312, + mtu = 1340, enabled = true, groups = { backbone = { @@ -62,61 +70,61 @@ gw01 = { key = 'd7b89d42b629bd5d419139b4c395e7b47ed7417112d3fcd232ba38137daa58e6', remotes = { - '"gw01.gw.freifunk-stuttgart.de" port 10099' + '"gw01.gw.freifunk-stuttgart.de" port 10299' }, }, gw02 = { key = '31eaff2ce1c19d0c9af693c4500defc4e1b4979ad75133d779532f0572955875', remotes = { - '"gw02.gw.freifunk-stuttgart.de" port 10099' + '"gw02.gw.freifunk-stuttgart.de" port 10299' }, }, gw03 = { key = '1e944f5f2dca02e1c1d2e006186417e76759c26f75da5e7850f6c1e5cddcb1c2', remotes = { - '"gw03.gw.freifunk-stuttgart.de" port 10099' + '"gw03.gw.freifunk-stuttgart.de" port 10299' }, }, gw04 = { key = '5689b2fd14bd313de1e95406c17e783b78b9d6f8aa86f896df4f2d843ab642bf', remotes = { - '"gw04.gw.freifunk-stuttgart.de" port 10099' + '"gw04.gw.freifunk-stuttgart.de" port 10299' }, }, gw05 = { key = '26cd067057e4fcf58fb68da66c75a360de56aa4c36094f1846f706824682a789', remotes = { - '"gw05.gw.freifunk-stuttgart.de" port 10099' + '"gw05.gw.freifunk-stuttgart.de" port 10299' }, }, gw06 = { key = 'fdc1737906d7431763962f4daf6eb4d973c845aca7a96e40643d08a82159dff2', remotes = { - '"gw06.gw.freifunk-stuttgart.de" port 10099' + '"gw06.gw.freifunk-stuttgart.de" port 10299' }, }, gw07 = { key = '23f6d70be861effe9b1a7bc812fd8c9e2e575bf0ea63ca4ffdc0a3998afb59a1', remotes = { - '"gw07.gw.freifunk-stuttgart.de" port 10099' + '"gw07.gw.freifunk-stuttgart.de" port 10299' }, }, gw08 = { key = '1af6a5d41d866823e5712e8d9af42080397ad52bdd8664a11ca94225629398a3', remotes = { - '"gw08.gw.freifunk-stuttgart.de" port 10099' + '"gw08.gw.freifunk-stuttgart.de" port 10299' }, }, gw09 = { key = 'bf7c1a62dbf61b8fda25be7e5e600c0ae745e6b6e90a419aeafaf85b6497e8f2', remotes = { - '"gw09.gw.freifunk-stuttgart.de" port 10099' + '"gw09.gw.freifunk-stuttgart.de" port 10299' }, }, gw10 = { key = '4b89e1a8882b4d7cf50eabc0360ff28138d78ca0b63fd63ec9e4c8260121da00', remotes = { - '"gw10.gw.freifunk-stuttgart.de" port 10099' + '"gw10.gw.freifunk-stuttgart.de" port 10299' }, }, }, diff --git a/site.mk b/site.mk index 5133b833d219eb7f07327c3e6b99ffca1d08b657..600959d5117f352031506be4ada4c7fbca01094f 100644 --- a/site.mk +++ b/site.mk @@ -46,7 +46,7 @@ GLUON_SITE_PACKAGES += \ kmod-igb endif -DEFAULT_GLUON_RELEASE := 1.2+$(shell date '+%Y-%m-%d')-g.$(shell git -C $(GLUONDIR) log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUONDIR)/site log --pretty=format:'%h' -n 1) +DEFAULT_GLUON_RELEASE := 1.3+$(shell date '+%Y-%m-%d')-g.$(shell git -C $(GLUONDIR) log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUONDIR)/site log --pretty=format:'%h' -n 1) GLUON_LANGS := de en @@ -60,4 +60,4 @@ GLUON_REGION ?= eu GLUON_PRIORITY ?= 0.1 #enable generation of images for ath10k devices with ibss mode -GLUON_ATH10K_MESH=ibss +GLUON_ATH10K_MESH ?= 11s