diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-18 08:48:07 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-18 08:48:07 +0000 |
commit | 1c3b2e75952b91d8397a87a473d11f18131a8c3c (patch) | |
tree | f926a6848de0d541a07effa00133c70bae7a7696 /target/linux/ramips/files/arch/mips/ralink/common | |
parent | 5b6977f54e7aa62bee8851fc8df40bf631f10c2d (diff) |
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
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/common')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/common/prom.c | 3 |
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 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 @@ -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, }, { |