aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/mvebu/base-files/etc/diag.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/target/linux/mvebu/base-files/etc/diag.sh b/target/linux/mvebu/base-files/etc/diag.sh
index 82760fa0de..a361fa776d 100644
--- a/target/linux/mvebu/base-files/etc/diag.sh
+++ b/target/linux/mvebu/base-files/etc/diag.sh
@@ -1,11 +1,18 @@
#!/bin/sh
-# Copyright (C) 2014 OpenWrt.org
+# Copyright (C) 2014-2016 OpenWrt.org
+# Copyright (C) 2016 LEDE-Project.org
. /lib/functions/leds.sh
. /lib/mvebu.sh
get_status_led() {
case $(mvebu_board_name) in
+ armada-385-linksys-caiman)
+ status_led="caiman:white:power"
+ ;;
+ armada-385-linksys-cobra)
+ status_led="cobra:white:power"
+ ;;
armada-385-linksys-shelby)
status_led="shelby:white:power"
;;