[source] mvebu: add missing status LEDs for Linksys WRT1200AC and WRT1900ACv2

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 23 23:45:42 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/2beab73fad3d4e7889f05e696ba4f033981293fa

commit 2beab73fad3d4e7889f05e696ba4f033981293fa
Author: Imre Kaloz <kaloz at openwrt.org>
AuthorDate: Fri Oct 14 13:50:41 2016 +0200

    mvebu: add missing status LEDs for Linksys WRT1200AC and WRT1900ACv2
    
    Signed-off-by: Imre Kaloz <kaloz at openwrt.org>
---
 target/linux/mvebu/base-files/etc/diag.sh | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/target/linux/mvebu/base-files/etc/diag.sh b/target/linux/mvebu/base-files/etc/diag.sh
index 82760fa..a361fa7 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"
 		;;



More information about the lede-commits mailing list