diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-27 14:43:34 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-27 14:43:34 +0000 |
commit | 1a883422c6be1bf3bf5fb4b2cd64b6371eec3683 (patch) | |
tree | 0b7a54aa43c5d91943340b40d82ccf70d0ffa5dd /target/linux/ramips/rt305x | |
parent | b2d27833afd936f7e990875d688efc6a89f9b6e5 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23129 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.32 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.34 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/config-2.6.32 b/target/linux/ramips/rt305x/config-2.6.32 index a3575651e..1d29c914f 100644 --- a/target/linux/ramips/rt305x/config-2.6.32 +++ b/target/linux/ramips/rt305x/config-2.6.32 @@ -119,6 +119,7 @@ CONFIG_RALINK_RT305X=y CONFIG_RT305X_MACH_DIR_300_REVB=y CONFIG_RT305X_MACH_FONERA20N=y CONFIG_RT305X_MACH_V22RW_2X2=y +CONFIG_RT305X_MACH_PWH2004=y CONFIG_RT305X_MACH_WCR150GN=y CONFIG_RT305X_MACH_WHR_G300N=y CONFIG_SCHED_OMIT_FRAME_POINTER=y diff --git a/target/linux/ramips/rt305x/config-2.6.34 b/target/linux/ramips/rt305x/config-2.6.34 index 8234717bb..91b7e5642 100644 --- a/target/linux/ramips/rt305x/config-2.6.34 +++ b/target/linux/ramips/rt305x/config-2.6.34 @@ -129,6 +129,7 @@ CONFIG_RALINK_RT305X=y CONFIG_RT305X_MACH_DIR_300_REVB=y CONFIG_RT305X_MACH_FONERA20N=y CONFIG_RT305X_MACH_V22RW_2X2=y +CONFIG_RT305X_MACH_PWH2004=y CONFIG_RT305X_MACH_WCR150GN=y CONFIG_RT305X_MACH_WHR_G300N=y CONFIG_SCHED_OMIT_FRAME_POINTER=y |