2
0
forked from Ivasoft/openwrt

ramips: Ralink RT305x, support for Prolink PWH2004 (Abocom5205)

The attached patch adds a preliminary support for Prolink PWH2004 board
(Ralink RT305x based). LAN and flash appear to work. However, the USB
port and WLAN I have not managed to activate properly yet, but that
problem appears to be present with other rt305x targets as well(?).

Signed-off-by: Esa Hyytia <esa at netlab.tkk.fi>

SVN-Revision: 23129
This commit is contained in:
Gabor Juhos
2010-09-27 14:43:34 +00:00
parent 39c57eeb31
commit e5b081335e
7 changed files with 118 additions and 0 deletions

View File

@@ -32,6 +32,12 @@ config RT305X_MACH_FONERA20N
select RALINK_DEV_GPIO_BUTTONS
select RALINK_DEV_GPIO_LEDS
config RT305X_MACH_PWH2004
bool "Prolink PWH2004 / Abocom WR5205 support (32M RAM, 8M flash)"
default y
select RALINK_DEV_GPIO_BUTTONS
select RALINK_DEV_GPIO_LEDS
endmenu
endif