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 0fbc85d703ae30f3dbc506ea9251370305085b90..f3197245eec2b01db269012af1d5dae70e8a7820 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")