diff options
Diffstat (limited to 'target/linux/cobalt/base-files')
-rw-r--r-- | target/linux/cobalt/base-files/etc/diag.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/cobalt/base-files/etc/diag.sh b/target/linux/cobalt/base-files/etc/diag.sh deleted file mode 100644 index 60849855dc..0000000000 --- a/target/linux/cobalt/base-files/etc/diag.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# Copyright (C) 2009-2013 OpenWrt.org - -. /lib/functions/leds.sh - -status_led="qube::front" - -set_state() { - case "$1" in - preinit) - status_led_on - ;; - done) - status_led_off - ;; - esac -} |