applications/luci-olsr: use correct config file for IPv6 plugin config
authorJo-Philipp Wich <[email protected]>
Sat, 11 Oct 2014 20:50:09 +0000 (22:50 +0200)
committerJo-Philipp Wich <[email protected]>
Sat, 11 Oct 2014 20:50:09 +0000 (22:50 +0200)
Based on patch by Erich N. Pekarek <[email protected]>

Signed-off-by: Jo-Philipp Wich <[email protected]>
applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua

index 8444e66ade5d57c7e1655a7182e8833b096d1c0e..221938e7a8688fccb11cd7c120b940a0ad7dd98b 100644 (file)
@@ -17,7 +17,7 @@ local ip = require "luci.ip"
 local fs = require "nixio.fs"
 
 if arg[1] then
-       mp = Map("olsrd", translate("OLSR - Plugins"))
+       mp = Map("olsrd6", translate("OLSR - Plugins"))
 
        p = mp:section(TypedSection, "LoadPlugin", translate("Plugin configuration"))
        p:depends("library", arg[1])