* luci/app/ffwizard: add more communities to Freifunk selection list
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 14 Sep 2008 16:19:18 +0000 (16:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 14 Sep 2008 16:19:18 +0000 (16:19 +0000)
applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua

index 3149a3a..74a66e8 100644 (file)
@@ -36,8 +36,12 @@ main = f:field(Flag, "wifi", "Freifunkzugang einrichten")
 net = f:field(Value, "net", "Freifunknetz")
 net.rmempty = true
 net:depends("wifi", "1")
+net:value("104.0", "Berlin (104.0)")
+net:value("104.59", "Leisnig/Gadow/div. (104.59)")
 net:value("104.61", "Leipzig (104.61)")
 net:value("104.62", "Halle (104.62)")
+net:value("191.161", "Augsburg (191.161)")
+
 function net.cfgvalue(self, section)
        return uci:get("freifunk", "wizard", "net")
 end