Skip to content

Commit

Permalink
Update 0003-add-coremark-luci.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
breeze303 authored May 9, 2024
1 parent 2c3c1de commit b8ab49e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patches/0003-add-coremark-luci.patch
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ index 45f7b4acae..68b41e4b48 100644
@@ -33,6 +51,9 @@ return baseclass.extend({
var boardinfo = data[0],
systeminfo = data[1],
luciversion = data[2];
+ cpubench = data[3],
+ coretemp = data[4],
luciversion = data[2],
+ cpubench = data[3],
+ coretemp = data[4],
+ coreusage = data[5];

luciversion = luciversion.branch + ' ' + luciversion.revision;
Expand Down

0 comments on commit b8ab49e

Please sign in to comment.