Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-30 05:31:51 +0400
committerJo-Philipp Wich <jow@openwrt.org>2009-05-30 05:31:51 +0400
commitaae312e759c74c576dad758d6716a87b52121828 (patch)
treea1824a35fb9954dffe10b98a56f5296867401bea
parent5a2c8db890a210e75abaca3c319b767e95316068 (diff)
luci-0.8: merge r47290.8.7
-rw-r--r--applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
index 3206947677..a16e282fe7 100644
--- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
+++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
@@ -324,6 +324,9 @@ function olsr.write(self, section, value)
uci:set("dhcp", s[".name"], "addnhosts", "/var/etc/hosts.olsr")
end)
+ -- Make sure that OLSR is enabled
+ sys.exec("/etc/init.d/olsrd enable")
+
uci:save("olsrd")
uci:save("dhcp")
end
@@ -434,6 +437,9 @@ function client.write(self, section, value)
-- Register splash
uci:section("luci_splash", "iface", nil, {network=device.."dhcp", zone="freifunk"})
uci:save("luci_splash")
+
+ -- Make sure that luci_splash is enabled
+ sys.exec("/etc/init.d/luci_splash enable")
end
return f