mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-02 12:11:23 +00:00
parent
bff740315b
commit
533c6e5cc8
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ prepare_temp_monitoring() {
|
||||||
elif [[ -f /sys/devices/b0170000.i2c/i2c-0/0-0065/atc2603c-hwmon.0/ic_temperature ]]; then
|
elif [[ -f /sys/devices/b0170000.i2c/i2c-0/0-0065/atc2603c-hwmon.0/ic_temperature ]]; then
|
||||||
ln -fs /sys/devices/b0170000.i2c/i2c-0/0-0065/atc2603c-hwmon.0/ic_temperature \
|
ln -fs /sys/devices/b0170000.i2c/i2c-0/0-0065/atc2603c-hwmon.0/ic_temperature \
|
||||||
/etc/armbianmonitor/datasources/pmictemp
|
/etc/armbianmonitor/datasources/pmictemp
|
||||||
|
elif [[ -f /sys/class/axppower/ic_temp ]]; then
|
||||||
|
ln -fs /sys/class/axppower/ic_temp /etc/armbianmonitor/datasources/pmictemp
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# SoC temp: check sun7i legacy exception first, then standard path(s)
|
# SoC temp: check sun7i legacy exception first, then standard path(s)
|
||||||
|
|
Loading…
Add table
Reference in a new issue