mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 20:01:33 +02:00
[brcm63xx] we are using the default-on trigger for power LEDs, no need to change their state from userspace
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16892 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4116140b9e
commit
bda997ae98
@ -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
Block a user