mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
049b5dae52
commit
f085bee463
@ -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…
x
Reference in New Issue
Block a user