From 1c3b2e75952b91d8397a87a473d11f18131a8c3c Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 18 Oct 2009 08:48:07 +0000 Subject: ramips: add preliminary support for the DIR-300 revB board git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18058 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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/prom.c') 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 923673b9a..20b8d5fb6 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