Skip to content
Snippets Groups Projects
Commit 2062d1fc authored by Daniel Ehlers's avatar Daniel Ehlers Committed by Nils Schneider
Browse files

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

parent ff166453
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment