<%# 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$ -%> <%+header%>

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

<%_ The flash image was uploaded. Below is the checksum and file size listed, compare them 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 %>

  • <%:Checksum%>: <%=checksum%>
  • <%: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 %>
  • <% if keep then %> <%:Configuration files will be kept.%> <% else %> <%:Note: Configuration files will be erased.%> <% end %>
" />
<%+footer%>