From 2062d1fcb69e6dfaacc8b2adcb35cf4aa17c6b2e Mon Sep 17 00:00:00 2001
From: Daniel Ehlers <danielehlers@mindeye.net>
Date: Tue, 21 Jan 2014 00:39:53 +0100
Subject: [PATCH] gluon-luci-autoupdater: Catch up mirror support in
 gluon-autoupdater

---
 .../files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0fbc85d70..f3197245e 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")
 
-- 
GitLab