summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-18 09:27:33 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-18 09:27:33 +0000
commitbda997ae989baf91b0528b632daad95a29b11927 (patch)
tree4e0ba4a2eb89513d3c5fc233758a7b3de80a3c1d /target/linux/brcm63xx/base-files/etc
parent4116140b9ec7bc5af5577d3197be4be8e53cd854 (diff)
[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
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/etc/diag.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/diag.sh b/target/linux/brcm63xx/base-files/etc/diag.sh
deleted file mode 100755
index 325e4806e..000000000
--- a/target/linux/brcm63xx/base-files/etc/diag.sh
+++ /dev/null
@@ -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
-}