diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-07 00:38:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-07 00:38:47 +0000 |
commit | ac7b572ffd101f644e5d4813d533ad22816ba1b5 (patch) | |
tree | 30908bd4b45e3dbfdac3439fc4372d4b9761f37c | |
parent | 7db1b5882ebbbd77cc9915015db660225e606980 (diff) |
modules/freifunk: increase flashing timeout, can take up to 25 minutes on a Fonera 2 ...
-rw-r--r-- | modules/freifunk/htdocs/luci-static/flashing.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/freifunk/htdocs/luci-static/flashing.html b/modules/freifunk/htdocs/luci-static/flashing.html index f2de57507..43e51236d 100644 --- a/modules/freifunk/htdocs/luci-static/flashing.html +++ b/modules/freifunk/htdocs/luci-static/flashing.html @@ -40,7 +40,7 @@ </style> <script type="text/javascript"><!-- - var time_remaining = 60 * 20; + var time_remaining = 60 * 25; var interval = window.setInterval(function() { if( time_remaining <= 0 ) { @@ -71,7 +71,7 @@ <h2>Performing Upgrade</h2> <p> - The System is flashing now. The procedure can take up to 20 minutes, + The System is flashing now. The procedure can take up to 25 minutes, please be patient and wait until this page reloads itself. <br /><img src="resources/flashing.gif" style="vertical-align:middle; margin:10px" /> |