|
@@ -186,7 +186,7 @@
|
|
|
-- where to get the manifest file (without the trailing /manifest)
|
|
|
-- It's wise to use an internal address here,
|
|
|
-- but specifying a publicly available update site does not hurt.
|
|
|
- mirrors = {'http://[fdca:ffee:ff12:a254::80]/stable', 'http://firmware.paderborn.freifunk.net/stable'},
|
|
|
+ mirrors = {'http://[fdca:ffee:ff12:a254::80]/%GS/stable', 'http://firmware.ffho.net/%GS/stable'},
|
|
|
|
|
|
-- Number of valid manifest signatures necessary to accept the manifest as "good".
|
|
|
good_signatures = 3,
|
|
@@ -203,7 +203,7 @@
|
|
|
},
|
|
|
testing = {
|
|
|
name = 'testing',
|
|
|
- mirrors = {'http://[fdca:ffee:ff12:a254::80]/testing','http://firmware.paderborn.freifunk.net/testing'},
|
|
|
+ mirrors = {'http://[fdca:ffee:ff12:a254::80]/%GS/testing','http://firmware.ffho.net/%GS/testing'},
|
|
|
good_signatures = 2,
|
|
|
pubkeys = {
|
|
|
'16b0e942929d6592d4a01b66b334427ba4db03b388a876432958d9010bd8d8b5', -- HeJ
|
|
@@ -216,7 +216,7 @@
|
|
|
},
|
|
|
experimental = {
|
|
|
name = 'experimental',
|
|
|
- mirrors = {'http://[fdca:ffee:ff12:a254::80]/experimental','http://firmware.paderborn.freifunk.net/experimental'},
|
|
|
+ mirrors = {'http://[fdca:ffee:ff12:a254::80]/%GS/experimental','http://firmware.ffho.net/%GS/experimental'},
|
|
|
good_signatures = 1,
|
|
|
pubkeys = {
|
|
|
'16b0e942929d6592d4a01b66b334427ba4db03b388a876432958d9010bd8d8b5', -- HeJ
|
|
@@ -240,4 +240,4 @@
|
|
|
-- enable BATMAN on WAN interface by default (requires gluon-batman-on-wan package)
|
|
|
batman_on_wan = 0,
|
|
|
|
|
|
-}
|
|
|
+}
|