2
0
forked from Ivasoft/openwrt

ramips: initial board support for Aztech HW550-3G

This patch adds initial support for the Aztech HW550-3G (Ralink
RT3052f SoC, 8MB flash, 32MB dram).  Ethernet is not working yet.
Wireless appears to work fine.  USB does not work yet (as with other
Ralink boards).

Signed-off-by: Layne Edwards <ledwards76@gmail.com>

SVN-Revision: 26123
This commit is contained in:
Gabor Juhos
2011-03-13 16:34:52 +00:00
parent 72cb0af66d
commit 23518bb2e4
7 changed files with 158 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ ramips_board_name() {
*"WHR-G300N")
name="whr-g300n"
;;
*"Aztech HW550-3G")
name="hw550-3g"
;;
*)
name="generic"
;;