Added Futro

This commit is contained in:
stebifan 2015-09-19 22:12:54 +02:00
parent da2af27ad5
commit 863a71cc30

View File

@ -26,7 +26,7 @@
ssid = 'Freifunk',
channel = 11,
htmode = 'HT20',
mesh_ssid = 'event-freifunk-mesh',
mesh_ssid = 'troisdorf-freifunk-mesh',
mesh_bssid = '02:74:05:d0:4f:00',
mesh_mcast_rate = 12000,
},
@ -34,7 +34,7 @@
ssid = 'Freifunk',
channel = 44,
htmode = 'HT40+',
mesh_ssid = 'event-freifunk-mesh',
mesh_ssid = 'troisdorf-freifunk-mesh',
mesh_bssid = '02:74:05:d0:4f:00',
mesh_mcast_rate = 12000,
},
@ -53,7 +53,7 @@
mtu = 1312,
groups = {
backbone = {
limit = 1,
limit = 4,
peers = {
wupper0 = {
key = '7142f897f4e55d2c19207aa59db92ec54d7517cf558d5ecaef33689234952a4b',
@ -78,7 +78,7 @@
},
},
troisdorf = {
limit = 1,
limit = 3,
peers = {
troisdorf1 = {
key = '9154293d90bb907a647338585da4ddf283e534a948a0bb73ca604391fdd4aa0b',
@ -102,7 +102,7 @@
},
autoupdater = {
enabled = true,
branch = 'stable',
branch = 'futro',
branches = {
stable = {
name = 'stable',
@ -172,13 +172,30 @@
'043b3112de38c7495264f8f871fa9c56f88c23794a9e3dd5d654ad93f535dd14', -- Thorsten
'fdf72a54d63f153f590c4bf96a82ef194ca1b6ed0757547f61f85e87a4e42cd0' -- Marconi
},
futro = {
name = 'futro',
mirrors = {
'http://update1.infra.fftdf/futro/sysupgrade',
'http://update2.infra.fftdf/futro/sysupgrade',
'http://update3.infra.fftdf/futro/sysupgrade'
},
probability = 1.00,
good_signatures = 1,
pubkeys = {
'2647b9fec75e130e153728ee8fad14b24764f23637eb9f3b0a68f2a279a74914', -- Stefan
'98be9ceda320d469db01262ede69820b6ac245bf96433cf99b66726cc04fecf7', -- Kemal
'40f4e0d70ad87dda6ec60e454f9fdf6bd203c89615ff89bd33c365391ffabbe0', -- Reka
'043b3112de38c7495264f8f871fa9c56f88c23794a9e3dd5d654ad93f535dd14', -- Thorsten
'fdf72a54d63f153f590c4bf96a82ef194ca1b6ed0757547f61f85e87a4e42cd0' -- Marconi
},
},
},
},
roles = {
default = 'event',
default = 'offloader',
list = {
'node',
'offloader',
'event',
},
},