aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cobalt/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-28 10:44:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-28 10:44:49 +0000
commit22b38f145da7f8eb81833afcd0d54cc0da810642 (patch)
tree016cd7ba8b002d658b1d75cdb94b9b8752785228 /target/linux/cobalt/base-files/etc/diag.sh
parent04182658ef08a5231526ad8b0f16c5f8017d9811 (diff)
downloadupstream-22b38f145da7f8eb81833afcd0d54cc0da810642.tar.gz
upstream-22b38f145da7f8eb81833afcd0d54cc0da810642.tar.bz2
upstream-22b38f145da7f8eb81833afcd0d54cc0da810642.zip
cobalt: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45081
Diffstat (limited to 'target/linux/cobalt/base-files/etc/diag.sh')
-rw-r--r--target/linux/cobalt/base-files/etc/diag.sh17
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
-}