1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-15 19:54:07 +02:00

gluon-luci-autoupdater: Catch up mirror support in gluon-autoupdater

This commit is contained in:
Daniel Ehlers 2014-01-21 00:39:53 +01:00 committed by Nils Schneider
parent b36ecc8aae
commit 5060dd95eb

View File

@ -25,7 +25,7 @@ uci.cursor():foreach("autoupdater", "branch", function (section) f:value(section
s = m:section(TypedSection, "branch", "Branches")
s.addremove = true
s:option(Value, "url", "URL")
s:option(DynamicList, "mirror", "Mirrors")
s:option(Value, "probability", "Update Wahrscheinlichkeit")
s:option(Value, "good_signatures", "Benötigte Signaturen")