gluon/package
Nils Schneider 1e348ddd45 gluon-config-mode: delay reboot a little
The reboot page should be delayed a little to give the browser time for
fetching assets (like the stylesheet). This adds a two second delay.
Unfortunately, I couldn't think of a sane way to do this within a luci
controller.

This patch forks the process. The parent will continue rendering the
page for the browser while the child will sleep and then reboot the
device. For this to work reliable the child needs to close stdout before
sleeping so the webserver closes the connection to the browser. This,
again, required a hack as lua does not allow closing std filehandles,
when prevented using luci.reboot() which was calling os.execute() and
that function will not work with stdout closed.
2014-01-23 00:04:14 +01:00
..
gluon-alfred gluon-location: move information to /etc/config/gluon-location 2014-01-20 00:06:55 +01:00
gluon-autoupdater gluon-autoupdater: Randomize mirror order 2014-01-21 13:20:50 +01:00
gluon-config-mode gluon-config-mode: delay reboot a little 2014-01-23 00:04:14 +01:00
gluon-core More fixes for strange network interface configurations 2014-01-22 22:04:08 +01:00
gluon-cron Remove initscript enable/disable hacks 2014-01-13 18:29:00 +01:00
gluon-ebtables Remove initscript enable/disable hacks 2014-01-13 18:29:00 +01:00
gluon-ebtables-filter-multicast gluon-ebtables-filter-multicast: correct interface name 2014-01-11 19:27:06 +01:00
gluon-ebtables-filter-ra-dhcp Add ebtables filters from the legacy firmware 2014-01-10 21:49:18 +01:00
gluon-location gluon-location: move information to /etc/config/gluon-location 2014-01-20 00:06:55 +01:00
gluon-lock-password Add gluon-lock-password package and make config mode depend on it 2014-01-09 09:58:59 +01:00
gluon-luci-admin Merge pull request #11 from freifunk-gluon/expertmode 2014-01-22 12:03:00 -08:00
gluon-luci-autoupdater gluon-luci-autoupdater: Catch up mirror support in gluon-autoupdater 2014-01-21 05:46:10 +01:00
gluon-luci-theme gluon-luci-theme: new theme, still magenta/yellow 2014-01-22 16:56:32 +01:00
gluon-mesh-batman-adv Properly support devices with only one ethernet interface 2014-01-22 20:44:34 +01:00
gluon-mesh-vpn-fastd gluon-mesh-vpn-fastd: enable secure handshakes 2014-01-14 19:37:15 +01:00
gluon-next-node Add firewall rules 2014-01-14 01:50:59 +01:00
gluon-radvd gluon-radvd: run on br-client 2014-01-22 21:32:02 +01:00
gluon-simple-tc gluon-simple-tc: add missing defaults on every upgrade 2014-01-20 00:06:55 +01:00