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:
Florian Fainelli 2009-07-18 09:27:33 +00:00
parent bde1cf619a
commit a0a85ba7c6

View File

@ -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
}