mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Add support for another AMD CPU #2140 [build]
This commit is contained in:
@ -634,6 +634,14 @@ if (&has_command("sensors")) {
|
||||
'temp' => int($2),
|
||||
});
|
||||
}
|
||||
|
||||
# Like in #2140
|
||||
elsif (/Tctl:\s*([\+\-][0-9\.]+)/) {
|
||||
push(@cpu,
|
||||
{ 'core' => 0,
|
||||
'temp' => int($1),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
# New line represents another device
|
||||
|
Reference in New Issue
Block a user