fix: additional fixups for UNVR/UNVRPro

* Fixup fan control so it works on UNVR
* Add LED integration work for UNVR
* Rename our mtd-ro kernel module dir
* Fixup shortnames in ubnteeprom
This commit is contained in:
Chris Blake 2024-06-18 19:13:31 -05:00
parent 5962f1ea30
commit 58ce1fb99f
10 changed files with 35 additions and 32 deletions

View file

@ -36,3 +36,8 @@ elif [ -f "/sys/class/hwmon/hwmon0/pwm1" ]; then
echo 0 > "${pwm}"
done
fi
# If UNVR, turn off LED
if [ -f "/sys/class/leds/ulogo_ctrl/pattern" ]; then
echo 0:500 > /sys/class/leds/ulogo_ctrl/pattern
fi