[brcm63xx] we are using the default-on trigger for power LEDs, no need to change...
authorFlorian Fainelli <florian@openwrt.org>
Sat, 18 Jul 2009 09:27:33 +0000 (09:27 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 18 Jul 2009 09:27:33 +0000 (09:27 +0000)
SVN-Revision: 16892

target/linux/brcm63xx/base-files/etc/diag.sh [deleted file]

diff --git a/target/linux/brcm63xx/base-files/etc/diag.sh b/target/linux/brcm63xx/base-files/etc/diag.sh
deleted file mode 100755 (executable)
index 325e480..0000000
+++ /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
-}