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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44499 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2015-02-22 08:28:35 +00:00
parent 8d60a52b88
commit 75d7067c34

View File

@@ -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)