diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-11 22:50:09 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-11 22:50:09 +0200 |
commit | 6960e02601b346d1cdfdafe9e110cf523214512a (patch) | |
tree | f5a1dbe8eae3a878e0cb59e2c86c4cf90d79fcaa | |
parent | d0fd58a4415bee73dde84b57f729b5be064a71ef (diff) |
applications/luci-olsr: use correct config file for IPv6 plugin config
Based on patch by Erich N. Pekarek <erich@pekarek.at>
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rw-r--r-- | applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua index 8444e66ad..221938e7a 100644 --- a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua +++ b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua @@ -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]) |