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
1 changed files with 1 additions and 1 deletions

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")