gluon-luci-autoupdater: Catch up mirror support in gluon-autoupdater
This commit is contained in:
parent
ff166453d4
commit
2062d1fcb6
@ -25,7 +25,7 @@ uci.cursor():foreach("autoupdater", "branch", function (section) f:value(section
|
|||||||
s = m:section(TypedSection, "branch", "Branches")
|
s = m:section(TypedSection, "branch", "Branches")
|
||||||
s.addremove = true
|
s.addremove = true
|
||||||
|
|
||||||
s:option(Value, "url", "URL")
|
s:option(DynamicList, "mirror", "Mirrors")
|
||||||
s:option(Value, "probability", "Update Wahrscheinlichkeit")
|
s:option(Value, "probability", "Update Wahrscheinlichkeit")
|
||||||
s:option(Value, "good_signatures", "Benötigte Signaturen")
|
s:option(Value, "good_signatures", "Benötigte Signaturen")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user