Disable blinking blue LED on S922X
This commit is contained in:
parent
af9d899238
commit
809edf1ed4
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
echo powersave > /sys/devices/platform/soc/ffe40000.gpu/devfreq/ffe40000.gpu/governor
|
||||
|
||||
### Disable blue blinking led
|
||||
|
||||
echo none > /sys/class/leds/blue\:/trigger
|
||||
|
||||
### Sleep is currently broken, so we'll disable it.
|
||||
|
||||
cat <<EOF >/storage/.config/sleep.conf.d/sleep.conf
|
||||
|
|
Loading…
Reference in a new issue