From: Rujun Wang Date: Wed, 15 Jun 2016 10:42:14 +0000 (+0800) Subject: mvebu: Configure status LED for WRT1900ACS X-Git-Tag: v17.01.0-rc1~2359 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=1830c31632c56ddf93f1dff0e6dad76f63bf673b mvebu: Configure status LED for WRT1900ACS Signed-off-by: Rujun Wang --- 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" ;;