<%# LuCI - Lua Configuration Interface Copyright 2008 Steven Barth Copyright 2008-2009 Jo-Philipp Wich Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 $Id: upgrade.htm 7798 2011-10-26 23:43:04Z jow $ -%> <%+header%>

<%:Flash Firmware%> - <%:Verify%> <%:Firmware Size%>

<%_ The flash image was uploaded. Below is the file size listed, compare it with the original file to ensure data integrity.
Click "Proceed" below to start the flash procedure. %> <% if storage > 0 and size > storage then %>

<%:It appears that you try to flash an image that does not fit into the flash memory, please verify the image file! %>
<% end %>

  • <%:Size%>: <% local w = require "luci.tools.webadmin" write(w.byte_format(size)) if storage > 0 then write(luci.i18n.translatef( " (%s available)", w.byte_format(storage) )) end %>
" />
<%+footer%>