From 966de4fbd4762fb484188108601e43146790ae6f Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 27 Sep 2010 14:43:34 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23129 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig') diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig b/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig index e43261ed39..f50328b109 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig @@ -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 -- cgit v1.2.3