summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--applications/luci-app-olsr-services/luasrc/controller/services.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-olsr-services/luasrc/controller/services.lua b/applications/luci-app-olsr-services/luasrc/controller/services.lua
index a4636bfd5..7a543d353 100644
--- a/applications/luci-app-olsr-services/luasrc/controller/services.lua
+++ b/applications/luci-app-olsr-services/luasrc/controller/services.lua
@@ -4,7 +4,7 @@ function index()
local uci = require "luci.model.uci".cursor()
uci:foreach("olsrd", "LoadPlugin", function(s)
- if s.library == "olsrd_nameservice.so.0.3" then
+ if s.library == "olsrd_nameservice" then
has_serv = true
end
end)