summaryrefslogtreecommitdiffhomepage
path: root/modules/freifunk/luasrc/controller
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2011-02-10 14:58:44 +0000
committerManuel Munz <freifunk@somakoma.de>2011-02-10 14:58:44 +0000
commit6aa6b3b7ebae9f295c06d1fa859c1cf9bf2e979b (patch)
tree582c98df3c203e945ac882f346150743303c1031 /modules/freifunk/luasrc/controller
parent3a53e9425a11803408bb2c160fec025bf445b6d8 (diff)
applications/luci-olsr-services: Move services away from mod-freifunk and make it seperate app instead.
Diffstat (limited to 'modules/freifunk/luasrc/controller')
-rw-r--r--modules/freifunk/luasrc/controller/freifunk/freifunk.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua
index 154a29917b..8fc3244de0 100644
--- a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua
+++ b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua
@@ -98,15 +98,6 @@ function index()
entry({"freifunk", "map"}, template("freifunk-map/frame"), i18n("Karte"), 50)
entry({"freifunk", "map", "content"}, template("freifunk-map/map"), nil, 51)
-
- uci:foreach("olsrd", "LoadPlugin", function(s)
- if s.library == "olsrd_nameservice.so.0.3" then
- has_serv = true
- end
- end)
- if has_serv then
- entry({"freifunk", "services"}, template("freifunk-services/services"), i18n("Services"), 60)
- end
end
local function fetch_olsrd()