luci-0.8: merge r4693
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 27 May 2009 20:45:26 +0000 (20:45 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 27 May 2009 20:45:26 +0000 (20:45 +0000)
applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua

index e823530..3206947 100644 (file)
@@ -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 ""