ramips: fix sysupgrade for asiarf awm003

Since the earlier r41797 change, the board_name for awm003 has been
miscalculated, and sysupgrade has been broken.  This seems to fix it.

Signed-off-by: Russell Senior <russell@personaltelco.net>

SVN-Revision: 41837
This commit is contained in:
John Crispin 2014-07-26 20:35:46 +00:00
parent 76d7397bc2
commit 08fb5fb326
2 changed files with 4 additions and 0 deletions

View file

@ -55,6 +55,9 @@ ramips_board_detect() {
*"AsiaRF AWM002 EVB")
name="awm002-evb"
;;
*"AsiaRF AWM003 EVB")
name="awm003-evb"
;;
*"AsiaRF AWAPN2403")
name="awapn2403"
;;

View file

@ -26,6 +26,7 @@ platform_check_image() {
ar725w | \
asl26555 | \
awm002-evb | \
awm003-evb | \
awapn2403 | \
bc2 | \
broadway | \