From 279c5dad253eef51ce4f9673b4bb5f45db829c7d Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 18 Oct 2009 08:48:07 +0000 Subject: ramips: add preliminary support for the DIR-300 revB board SVN-Revision: 18058 --- target/linux/ramips/files/arch/mips/ralink/common/prom.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ramips/files/arch/mips/ralink/common') 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 @@ -32,6 +32,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, -- cgit v1.2.3