<%# Opennet Firmware Copyright 2010 Rene Ejury 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: index.htm 5448 2009-10-31 15:54:11Z jow $ -%> <%+header%> <% local onstatus=require "luci.model.opennet.on_status" local onurls=require "luci.model.opennet.urls" local i18n = luci.i18n.translate %> <% local on_hints = {} local usable_memory = tonumber(on_function("get_memory_size")) local real_memory = math.pow(2, math.floor(math.log(usable_memory) / math.log(2) + 0.99)) if real_memory <= 32 then local message = luci.i18n.translate("This router offers 32 Megabyte RAM (or less). Only firmware versions up to v0.5.3 are known to run stable on such limited hardware. You should seriously consider downgrading the firmware to v0.5.3 in order to avoid frustrating instability issues.") table.insert(on_hints, message) end %>

<%=onstatus.get_firmware_title() %>

<%:This is an Access-Point with Opennet-Firmware, a modification of OpenWrt to the requirements of the Opennet Initiative e.V.%>