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

@@ -18,3 +18,4 @@ obj-$(CONFIG_RT305X_MACH_WCR150GN) += mach-wcr150gn.o
obj-$(CONFIG_RT305X_MACH_WHR_G300N) += mach-whr-g300n.o
obj-$(CONFIG_RT305X_MACH_FONERA20N) += mach-fonera20n.o
obj-$(CONFIG_RT305X_MACH_PWH2004) += mach-pwh2004.o
obj-$(CONFIG_RT305X_MACH_HW550_3G) += mach-hw550-3g.o