Made flashing more responsive as well
This commit is contained in:
parent
9befed193a
commit
9ce58c0339
6 changed files with 16 additions and 3 deletions
|
@ -69,6 +69,8 @@ a_s_fstab_swap1 = 'If your physical memory is insufficient unused data can be te
|
||||||
a_s_flash_flashed = 'Firmware successfully flashed. Rebooting device...'
|
a_s_flash_flashed = 'Firmware successfully flashed. Rebooting device...'
|
||||||
a_s_flash_flasherr = 'Failed to flash'
|
a_s_flash_flasherr = 'Failed to flash'
|
||||||
a_s_flash_fwimage = 'Firmwareimage'
|
a_s_flash_fwimage = 'Firmwareimage'
|
||||||
|
a_s_flash_received = 'Image received. About to start flashing process. DO NOT POWER OFF THE DEVICE!'
|
||||||
|
a_s_flash_inprogress = 'Writing firmware...'
|
||||||
a_s_flash_fwupgrade = 'Flash Firmware'
|
a_s_flash_fwupgrade = 'Flash Firmware'
|
||||||
a_s_flash_keepcfg = 'Keep configuration files'
|
a_s_flash_keepcfg = 'Keep configuration files'
|
||||||
a_s_flash_notimplemented = 'Sorry, this function is not (yet) available for your platform.'
|
a_s_flash_notimplemented = 'Sorry, this function is not (yet) available for your platform.'
|
||||||
|
|
|
@ -73,6 +73,8 @@
|
||||||
<i18n:msg xml:id="a_s_flash_flashed">Firmware successfully flashed. Rebooting device...</i18n:msg>
|
<i18n:msg xml:id="a_s_flash_flashed">Firmware successfully flashed. Rebooting device...</i18n:msg>
|
||||||
<i18n:msg xml:id="a_s_flash_flasherr">Failed to flash</i18n:msg>
|
<i18n:msg xml:id="a_s_flash_flasherr">Failed to flash</i18n:msg>
|
||||||
<i18n:msg xml:id="a_s_flash_fwimage">Firmwareimage</i18n:msg>
|
<i18n:msg xml:id="a_s_flash_fwimage">Firmwareimage</i18n:msg>
|
||||||
|
<i18n:msg xml:id="a_s_flash_received">Image received. About to start flashing process. DO NOT POWER OFF THE DEVICE!</i18n:msg>
|
||||||
|
<i18n:msg xml:id="a_s_flash_inprogress">Writing firmware...</i18n:msg>
|
||||||
<i18n:msg xml:id="a_s_flash_fwupgrade">Flash Firmware</i18n:msg>
|
<i18n:msg xml:id="a_s_flash_fwupgrade">Flash Firmware</i18n:msg>
|
||||||
<i18n:msg xml:id="a_s_flash_keepcfg">Keep configuration files</i18n:msg>
|
<i18n:msg xml:id="a_s_flash_keepcfg">Keep configuration files</i18n:msg>
|
||||||
<i18n:msg xml:id="a_s_flash_notimplemented">Sorry, this function is not (yet) available for your platform.</i18n:msg>
|
<i18n:msg xml:id="a_s_flash_notimplemented">Sorry, this function is not (yet) available for your platform.</i18n:msg>
|
||||||
|
|
|
@ -39,6 +39,8 @@ a_s_flash = 'Upgrade'
|
||||||
a_s_flash_flashed = 'Flashvorgang erfolgreich. Router startet neu...'
|
a_s_flash_flashed = 'Flashvorgang erfolgreich. Router startet neu...'
|
||||||
a_s_flash_flasherr = 'Flashvorgang fehlgeschlagen'
|
a_s_flash_flasherr = 'Flashvorgang fehlgeschlagen'
|
||||||
a_s_flash_fwimage = 'Firmwareimage'
|
a_s_flash_fwimage = 'Firmwareimage'
|
||||||
|
a_s_flash_received = 'Abbild empfangen. Starte Flashvorgang. SCHALTEN SIE DAS GERÄT NICHT AUS!'
|
||||||
|
a_s_flash_inprogress = 'Schreibe Firmware...'
|
||||||
a_s_flash_fwupgrade = 'Firmware aktualisieren'
|
a_s_flash_fwupgrade = 'Firmware aktualisieren'
|
||||||
a_s_flash_keepcfg = 'Konfigurationsdateien übernehmen'
|
a_s_flash_keepcfg = 'Konfigurationsdateien übernehmen'
|
||||||
a_s_flash_notimplemented = 'Diese Funktion steht leider (noch) nicht zur Verfügung.'
|
a_s_flash_notimplemented = 'Diese Funktion steht leider (noch) nicht zur Verfügung.'
|
||||||
|
|
|
@ -43,6 +43,8 @@
|
||||||
<i18n:msg xml:id="a_s_flash_flashed">Flashvorgang erfolgreich. Router startet neu...</i18n:msg>
|
<i18n:msg xml:id="a_s_flash_flashed">Flashvorgang erfolgreich. Router startet neu...</i18n:msg>
|
||||||
<i18n:msg xml:id="a_s_flash_flasherr">Flashvorgang fehlgeschlagen</i18n:msg>
|
<i18n:msg xml:id="a_s_flash_flasherr">Flashvorgang fehlgeschlagen</i18n:msg>
|
||||||
<i18n:msg xml:id="a_s_flash_fwimage">Firmwareimage</i18n:msg>
|
<i18n:msg xml:id="a_s_flash_fwimage">Firmwareimage</i18n:msg>
|
||||||
|
<i18n:msg xml:id="a_s_flash_received">Abbild empfangen. Starte Flashvorgang. SCHALTEN SIE DAS GERÄT NICHT AUS!</i18n:msg>
|
||||||
|
<i18n:msg xml:id="a_s_flash_inprogress">Schreibe Firmware...</i18n:msg>
|
||||||
<i18n:msg xml:id="a_s_flash_fwupgrade">Firmware aktualisieren</i18n:msg>
|
<i18n:msg xml:id="a_s_flash_fwupgrade">Firmware aktualisieren</i18n:msg>
|
||||||
<i18n:msg xml:id="a_s_flash_keepcfg">Konfigurationsdateien übernehmen</i18n:msg>
|
<i18n:msg xml:id="a_s_flash_keepcfg">Konfigurationsdateien übernehmen</i18n:msg>
|
||||||
<i18n:msg xml:id="a_s_flash_notimplemented">Diese Funktion steht leider (noch) nicht zur Verfügung.</i18n:msg>
|
<i18n:msg xml:id="a_s_flash_notimplemented">Diese Funktion steht leider (noch) nicht zur Verfügung.</i18n:msg>
|
||||||
|
|
|
@ -182,7 +182,7 @@ end
|
||||||
function action_upgrade()
|
function action_upgrade()
|
||||||
require("luci.model.uci")
|
require("luci.model.uci")
|
||||||
|
|
||||||
local ret = nil
|
local ret
|
||||||
local plat = luci.fs.mtime("/lib/upgrade/platform.sh")
|
local plat = luci.fs.mtime("/lib/upgrade/platform.sh")
|
||||||
local tmpfile = "/tmp/firmware.img"
|
local tmpfile = "/tmp/firmware.img"
|
||||||
local broadcom = os.execute('grep brcm_ /lib/upgrade/platform.sh >/dev/null 2>&1') == 0
|
local broadcom = os.execute('grep brcm_ /lib/upgrade/platform.sh >/dev/null 2>&1') == 0
|
||||||
|
@ -208,7 +208,9 @@ function action_upgrade()
|
||||||
local keepcfg = keep_avail and luci.http.formvalue("keepcfg")
|
local keepcfg = keep_avail and luci.http.formvalue("keepcfg")
|
||||||
|
|
||||||
if plat and fname then
|
if plat and fname then
|
||||||
ret = luci.sys.flash(tmpfile, keepcfg and _keep_pattern())
|
ret = function()
|
||||||
|
return luci.sys.flash(tmpfile, keepcfg and _keep_pattern())
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
luci.template.render("admin_system/upgrade", {sysupgrade=plat, ret=ret, keep_avail=keep_avail})
|
luci.template.render("admin_system/upgrade", {sysupgrade=plat, ret=ret, keep_avail=keep_avail})
|
||||||
|
|
|
@ -34,7 +34,10 @@ $Id$
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<% elseif ret then %>
|
<% elseif ret then %>
|
||||||
<% if ret == 0 then %>
|
<p><%:a_s_flash_received%></p>
|
||||||
|
<p><%:a_s_flash_inprogress%></p>
|
||||||
|
<% local ret = ret()
|
||||||
|
if ret == 0 then %>
|
||||||
<div class="ok"><%:a_s_flash_flashed%></div>
|
<div class="ok"><%:a_s_flash_flashed%></div>
|
||||||
<% else %>
|
<% else %>
|
||||||
<div class="error"><%:a_s_flash_flasherr%>! (<%:code%> <%=ret%>)</div>
|
<div class="error"><%:a_s_flash_flasherr%>! (<%:code%> <%=ret%>)</div>
|
||||||
|
|
Loading…
Reference in a new issue