From 1830c31632c56ddf93f1dff0e6dad76f63bf673b Mon Sep 17 00:00:00 2001
From: Rujun Wang <loganw@marvell.com>
Date: Wed, 15 Jun 2016 18:42:14 +0800
Subject: [PATCH] mvebu: Configure status LED for WRT1900ACS

Signed-off-by: Rujun Wang <chinawrj@gmail.com>
---
 target/linux/mvebu/base-files/etc/diag.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/mvebu/base-files/etc/diag.sh b/target/linux/mvebu/base-files/etc/diag.sh
index 6534ac3f93..82760fa0de 100644
--- a/target/linux/mvebu/base-files/etc/diag.sh
+++ b/target/linux/mvebu/base-files/etc/diag.sh
@@ -6,6 +6,9 @@
 
 get_status_led() {
 	case $(mvebu_board_name) in
+	armada-385-linksys-shelby)
+		status_led="shelby:white:power"
+		;;
 	armada-xp-linksys-mamba)
 		status_led="mamba:white:power"
 		;;
-- 
2.30.2