From: florian Date: Sat, 18 Jul 2009 09:27:33 +0000 (+0000) Subject: [brcm63xx] we are using the default-on trigger for power LEDs, no need to change... X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=bda997ae989baf91b0528b632daad95a29b11927;p=openwrt.git [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 --- 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 325e4806ea..0000000000 --- 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 -}