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

@@ -44,6 +44,12 @@ config RT305X_MACH_PWH2004
select RALINK_DEV_GPIO_BUTTONS
select RALINK_DEV_GPIO_LEDS
config RT305X_MACH_HW550_3G
bool "Aztech HW550-3G support"
default y
select RALINK_DEV_GPIO_BUTTONS
select RALINK_DEV_GPIO_LEDS
endmenu
endif