aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/common
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-09-02 15:31:00 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-09-02 15:31:00 +0000
commit11d319cdd3b9e464b72d6dd17ee1b9dc90fa872b (patch)
treea8396b02eb3223f3b56cffa1f527e8fd697ebf5d /target/linux/ramips/files/arch/mips/ralink/common
parent7f5179ddb4d92f017ec0c22d39ffdcafcd01c51a (diff)
downloadupstream-11d319cdd3b9e464b72d6dd17ee1b9dc90fa872b.tar.gz
upstream-11d319cdd3b9e464b72d6dd17ee1b9dc90fa872b.tar.bz2
upstream-11d319cdd3b9e464b72d6dd17ee1b9dc90fa872b.zip
[ramips] initial support for the AP-R3052-V22RW-2X2 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17473 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/common')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/common/prom.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/common/prom.c b/target/linux/ramips/files/arch/mips/ralink/common/prom.c
index edc3c5e46a..923673b9ae 100644
--- a/target/linux/ramips/files/arch/mips/ralink/common/prom.c
+++ b/target/linux/ramips/files/arch/mips/ralink/common/prom.c
@@ -33,6 +33,9 @@ static struct board_rec boards[] __initdata = {
.name = "RT-N15",
.mach_type = RAMIPS_MACH_RT_N15,
}, {
+ .name = "V22RW-2X2",
+ .mach_type = RAMIPS_MACH_V22RW_2X2,
+ }, {
.name = "WHR-G300N",
.mach_type = RAMIPS_MACH_WHR_G300N,
}