From 4654ba92c3999d84b08211f05d2ccb5ea9da731b Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Sun, 3 Feb 2019 14:13:35 +0100 Subject: treewide: move freifunk-related packages to separate repo Even Freifunk was one of the major factory to create the LuCI-system, it's now only a very small part of LuCI. LuCI has become a much bigger thing and it seems that it's time to move the packages only relating to Freifunk into it's own feed. On the mailinglist it was discussed [1] and a repo below the general Freifunk team on github was created. This commit removes all packages that will be hosted in the new repo [2] 1 - http://lists.freifunk.net/pipermail/wlannews-freifunk.net/2019-February/004818.html 2 - https://github.com/freifunk/openwrt-packages Signed-off-by: Sven Roederer --- .../luasrc/view/freifunk-map/frame.htm | 29 ----- .../luasrc/view/freifunk-map/map.htm | 118 --------------------- 2 files changed, 147 deletions(-) delete mode 100644 modules/luci-mod-freifunk/luasrc/view/freifunk-map/frame.htm delete mode 100644 modules/luci-mod-freifunk/luasrc/view/freifunk-map/map.htm (limited to 'modules/luci-mod-freifunk/luasrc/view/freifunk-map') diff --git a/modules/luci-mod-freifunk/luasrc/view/freifunk-map/frame.htm b/modules/luci-mod-freifunk/luasrc/view/freifunk-map/frame.htm deleted file mode 100644 index bd936ac705..0000000000 --- a/modules/luci-mod-freifunk/luasrc/view/freifunk-map/frame.htm +++ /dev/null @@ -1,29 +0,0 @@ -<%+header%> - -<% - local has_latlon = false - local uci = require "luci.model.uci".cursor() - uci:foreach("olsrd", "LoadPlugin", function(s) - if s.library == "olsrd_nameservice" and s.latlon_file then - has_latlon = true - end - end) -%> - -<% if has_latlon then %> - -

<%:Legend%>:

- - -<% else %> -

<%:Map Error%>

-

<%_The OLSRd service is not configured to capture position data from the network.
- Please make sure that the nameservice plugin is properly configured and that the latlon_file option is enabled.%>

-<% end %> -<%+footer%> - diff --git a/modules/luci-mod-freifunk/luasrc/view/freifunk-map/map.htm b/modules/luci-mod-freifunk/luasrc/view/freifunk-map/map.htm deleted file mode 100644 index f69401d6e3..0000000000 --- a/modules/luci-mod-freifunk/luasrc/view/freifunk-map/map.htm +++ /dev/null @@ -1,118 +0,0 @@ - - - - Map - - - - - -
- - -- cgit v1.2.3