libs/sys: better handle bogomips parsing
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 14 Feb 2011 15:36:04 +0000 (15:36 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 14 Feb 2011 15:36:04 +0000 (15:36 +0000)
libs/sys/luasrc/sys.lua

index 2819c33..2bdc15e 100644 (file)
@@ -175,7 +175,7 @@ function sysinfo()
        local memcached = tonumber(meminfo:match("\nCached:%s*(%d+)"))
        local memfree = tonumber(meminfo:match("MemFree:%s*(%d+)"))
        local membuffers = tonumber(meminfo:match("Buffers:%s*(%d+)"))
-       local bogomips = tonumber(cpuinfo:match("BogoMIPS.-:%s*([^\n]+)"))
+       local bogomips = tonumber(cpuinfo:match("[Bb]ogo[Mm][Ii][Pp][Ss].-: ([^\n]+)")) or 0
 
        local system =
                cpuinfo:match("system type\t+: ([^\n]+)") or