From: Jo-Philipp Wich Date: Wed, 27 May 2009 20:45:26 +0000 (+0000) Subject: luci-0.8: merge r4693 X-Git-Tag: 0.8.7~16 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b5e913024b3f57074f421e9cf07d2b16d1cea5d4;p=project%2Fluci.git luci-0.8: merge r4693 --- diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index e823530312..3206947677 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -300,6 +300,8 @@ function olsr.write(self, section, value) -- Write new nameservice settings uci:section("olsrd", "LoadPlugin", nil, { library = "olsrd_nameservice.so.0.3", + suffix = ".olsr", + hosts_file = "/var/etc/hosts.olsr", latlon_file = "/var/run/latlon.js", lat = latval and string.format("%.15f", latval) or "", lon = lonval and string.format("%.15f", lonval) or ""