summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-olsr-services/luasrc/view
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-olsr-services/luasrc/view')
-rw-r--r--applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm b/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm
index 94f01cb51c..91624f3b30 100644
--- a/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm
+++ b/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm
@@ -16,7 +16,7 @@ local uci = require "luci.model.uci".cursor()
local ip = require "luci.ip"
uci:foreach("olsrd", "LoadPlugin", function(s)
- if s.library == "olsrd_nameservice.so.0.3" then
+ if s.library == "olsrd_nameservice" then
local services_file=s.services_file
if services_file and fs.access(services_file) then
has_services = true