summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/common/prom.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/common/prom.c')
-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,
}