diff options
author | John Crispin <john@openwrt.org> | 2015-02-22 08:28:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-22 08:28:35 +0000 |
commit | 0ba8217008da615560b6e502a2656e5cdbe1cec4 (patch) | |
tree | 558cb76d6fa13d8cb5c76acfa0351314f04fc2a5 /target | |
parent | 4b8ebb5d50e942d5470daa8ae424b0b802b68b86 (diff) | |
download | upstream-0ba8217008da615560b6e502a2656e5cdbe1cec4.tar.gz upstream-0ba8217008da615560b6e502a2656e5cdbe1cec4.tar.bz2 upstream-0ba8217008da615560b6e502a2656e5cdbe1cec4.zip |
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 <cezary.jackiewicz@gmail.com>
SVN-Revision: 44499
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) |