mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-03-09 15:40:13 +00:00
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:
parent
5962f1ea30
commit
58ce1fb99f
10 changed files with 35 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue