mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-16 07:27:26 +00:00
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:
parent
76d7397bc2
commit
08fb5fb326
@ -55,6 +55,9 @@ ramips_board_detect() {
|
||||
*"AsiaRF AWM002 EVB")
|
||||
name="awm002-evb"
|
||||
;;
|
||||
*"AsiaRF AWM003 EVB")
|
||||
name="awm003-evb"
|
||||
;;
|
||||
*"AsiaRF AWAPN2403")
|
||||
name="awapn2403"
|
||||
;;
|
||||
|
@ -26,6 +26,7 @@ platform_check_image() {
|
||||
ar725w | \
|
||||
asl26555 | \
|
||||
awm002-evb | \
|
||||
awm003-evb | \
|
||||
awapn2403 | \
|
||||
bc2 | \
|
||||
broadway | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user