summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/common
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-10-18 08:48:07 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-10-18 08:48:07 +0000
commit279c5dad253eef51ce4f9673b4bb5f45db829c7d (patch)
tree3c81f53d9e4a7bd97eea1a0e62fc86d86635b63e /target/linux/ramips/files/arch/mips/ralink/common
parent94cdcbde6d2fa931d27a239452ef794ab35f46ef (diff)
downloadmaster-31e0f0ae-279c5dad253eef51ce4f9673b4bb5f45db829c7d.tar.gz
master-31e0f0ae-279c5dad253eef51ce4f9673b4bb5f45db829c7d.tar.bz2
master-31e0f0ae-279c5dad253eef51ce4f9673b4bb5f45db829c7d.zip
ramips: add preliminary support for the DIR-300 revB board
SVN-Revision: 18058
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 923673b9ae..20b8d5fb64 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 = "DIR-300-revB",
+ .mach_type = RAMIPS_MACH_DIR_300_REVB,
+ }, {
.name = "V22RW-2X2",
.mach_type = RAMIPS_MACH_V22RW_2X2,
}, {