Signed-off-by: Michael Heimpold <[email protected]>
---
 target/linux/ar71xx/base-files/etc/diag.sh |   30 +++-------------------------
 1 file changed, 3 insertions(+), 27 deletions(-)

diff --git a/target/linux/ar71xx/base-files/etc/diag.sh 
b/target/linux/ar71xx/base-files/etc/diag.sh
index 4cfb49b..50ca4b1 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -1,33 +1,9 @@
 #!/bin/sh
-#
-# Copyright (C) 2009 OpenWrt.org
-#
-#
+# Copyright (C) 2009-2013 OpenWrt.org
 
+. /lib/functions/leds.sh
 . /lib/ar71xx.sh
 
-status_led=""
-
-led_set_attr() {
-       [ -f "/sys/class/leds/$1/$2" ] && echo "$3" > "/sys/class/leds/$1/$2"
-}
-
-status_led_set_timer() {
-       led_set_attr $status_led "trigger" "timer"
-       led_set_attr $status_led "delay_on" "$1"
-       led_set_attr $status_led "delay_off" "$2"
-}
-
-status_led_on() {
-       led_set_attr $status_led "trigger" "none"
-       led_set_attr $status_led "brightness" 255
-}
-
-status_led_off() {
-       led_set_attr $status_led "trigger" "none"
-       led_set_attr $status_led "brightness" 0
-}
-
 get_status_led() {
        case $(ar71xx_board_name) in
        alfa-nx)
@@ -200,7 +176,7 @@ get_status_led() {
        zcn-1523h-2 | zcn-1523h-5)
                status_led="zcn-1523h:amber:init"
                ;;
-       esac;
+       esac
 }
 
 set_state() {
-- 
1.7.9.5

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to