diff --git a/package/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua b/package/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua index 0fbc85d7..f3197245 100644 --- a/package/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua +++ b/package/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua @@ -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")