From 0ba8217008da615560b6e502a2656e5cdbe1cec4 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 22 Feb 2015 08:28:35 +0000 Subject: [PATCH] ramips: nexx wt3020: fix status led For Nexx WT3020 board_name is wt3020, not nexx-wt3020 root@OpenWrt:~# . /lib/ramips.sh; echo $(ramips_board_name) wt3020 Signed-off-by: Cezary Jackiewicz SVN-Revision: 44499 --- target/linux/ramips/base-files/etc/diag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 39a0868727..50b6ff24ca 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -190,7 +190,7 @@ get_status_led() { nexx-wt1520) status_led="nexx-wt1520:white:power" ;; - nexx-wt3020) + wt3020) status_led="nexx:blue:power" ;; mzk-w300nh2) -- 2.30.2