we are using the default-on trigger for power LEDs, no need to change their state from userspace
SVN-Revision: 16892
This commit is contained in:
parent
bde1cf619a
commit
a0a85ba7c6
|
@ -1,12 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# Copyright (C) 2009 OpenWrt.org
|
|
||||||
|
|
||||||
set_state() {
|
|
||||||
case "$1" in
|
|
||||||
done)
|
|
||||||
[ -d /sys/class/leds/power ] && {
|
|
||||||
echo 1 >/sys/class/leds/power/brightness
|
|
||||||
}
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
}
|
|
Loading…
Reference in New Issue