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
This commit is contained in:
parent
4b8ebb5d50
commit
0ba8217008
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue