mvebu: add support for the Linksys WRT3200ACM (Rango)
[openwrt-github/.git] / target / linux / mvebu / base-files / etc / diag.sh
index 82760fa0deb7aa129b65afd3167a1b12c1f8fc18..535894c6c881aebe1ebf711a47c74032006f3460 100644 (file)
@@ -1,11 +1,20 @@
 #!/bin/sh
-# Copyright (C) 2014 OpenWrt.org
+# Copyright (C) 2014-2016 OpenWrt.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-rango)
+               status_led="rango:white:power"
+               ;;
        armada-385-linksys-shelby)
                status_led="shelby:white:power"
                ;;