This is a customized version of gluon-autoupdater
.
autoupdater.branch: optional
autoupdater.branches.$name.name:
autoupdater.branches.$name.mirrors: There are various patterns which can be used in the URLs
%n
is replaced by the OpenWrt version codename%v
is replaced by the OpenWrt version number%S
is replaced by the target architecture%GS
is replaced by the Gluon site code%GV
is replaced by the Gluon version%GR
is replaced by the Gluon releaseautoupdater.branches.$name.good_signatures:
autoupdater.branches.$name.pubkeys:
{
autoupdater = {
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = { 'http://firmware.ffho.net/%GS/stable' },
good_signatures = 2,
pubkeys = {
'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX', -- Alice
'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX', -- Bob
},
},
...
},
},
...
},