luci/modules/luci-mod-admin-full/luasrc/controller/admin
Petr Štetiar b064c5c209 luci-mod-admin-full: Store system time into RTC also
We're currently just setting system time, but we don't set battery
backed RTC. Time in the RTC is only set on the graceful shutdown, which
is quite hard to achieve on embedded devices.

In other words, on systems with battery backed RTC we currently don't
handle following use case properly:

1. Set system time from web UI (sets only system time, but not RTC)
2. Unplug the device from power

Then after the reboot, we've wrong system time again, because time set
in [1] is not saved to battery backed RTC.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2016-11-28 15:37:58 +01:00
..
filebrowser.lua Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
index.lua luci-mod-admin-full: do not access dispatcher.context.urltoken in logout 2015-10-21 16:43:07 +02:00
network.lua luci-mod-admin-full/mini: replace Wifi with Wireless in menus 2016-06-09 11:55:20 +03:00
status.lua luci-mod-admin-full: protect iptables counter reset and restart with token 2015-10-20 22:27:39 +02:00
system.lua luci-mod-admin-full: Store system time into RTC also 2016-11-28 15:37:58 +01:00
uci.lua luci-mod-admin-full: switch to POST actions for UCI changes 2015-10-06 22:29:07 +02:00