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 e4a5f29..0cbf101 100644 (file)
@@ -85,7 +85,7 @@ $Id$
                return
        end
 
-       local system, model, _, _, _, _, bogomips = luci.sys.sysinfo()
+       local system, model = luci.sys.sysinfo()
 -%>
 
 <%+header%>
@@ -277,15 +277,6 @@ $Id$
 </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>
 
        <table width="100%" cellspacing="10">