mirror of
https://github.com/openwrt/luci.git
synced 2025-12-28 19:00:00 +04:00
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>
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user