return
end
- local system, model, _, _, _, _, bogomips = luci.sys.sysinfo()
+ local system, model = luci.sys.sysinfo()
-%>
<%+header%>
</table>
</fieldset>
-<fieldset class="cbi-section">
- <legend><%:CPU%></legend>
-
- <table width="100%" cellspacing="10">
- <tr><td width="33%"><%:CPU Model%></td><td><%=system or "?" %></td></tr>
- <tr><td width="33%"><%:CPU Speed%></td><td><%=math.floor((bogomips + 5) / 10) * 10 %> MHz</td></tr>
- </table>
-</fieldset>
-
<fieldset class="cbi-section">
<legend><%:Memory%></legend>