modules/admin-full: remove cpu info
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 14 Feb 2011 17:05:08 +0000 (17:05 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 14 Feb 2011 17:05:08 +0000 (17:05 +0000)
modules/admin-full/luasrc/view/admin_status/index.htm

index e4a5f29089102323bc80978a0b4340736f3d2475..0cbf101d18b8855a0a9bbe2ce6683927bb34e4f6 100644 (file)
@@ -85,7 +85,7 @@ $Id$
                return
        end
 
-       local system, model, _, _, _, _, bogomips = luci.sys.sysinfo()
+       local system, model = luci.sys.sysinfo()
 -%>
 
 <%+header%>
@@ -276,15 +276,6 @@ $Id$
        </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>