summaryrefslogtreecommitdiff
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-07-28 10:56:24 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-07-28 10:56:24 +0000
commit3f986df05f5c07dd705ed085b13d7e19c0a72aa2 (patch)
tree79baad2baf0a9405be69d969de4d2119ed4619d5 /target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
parent857c1028ac54332f26ffcc257c926123d4ce32f1 (diff)
downloadmtk-20170518-3f986df05f5c07dd705ed085b13d7e19c0a72aa2.zip
mtk-20170518-3f986df05f5c07dd705ed085b13d7e19c0a72aa2.tar.gz
mtk-20170518-3f986df05f5c07dd705ed085b13d7e19c0a72aa2.tar.bz2
ramips: rt305x: add support for the DIR-600 B1,B2 boards
SVN-Revision: 27808
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
index c0167bc..71b9c51 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
@@ -122,3 +122,9 @@ static void __init dir_300b_init(void)
MIPS_MACHINE(RAMIPS_MACH_DIR_300_B1, "DIR-300-B1", "D-Link DIR-300 B1",
dir_300b_init);
+
+MIPS_MACHINE(RAMIPS_MACH_DIR_600_B1, "DIR-600-B1", "D-Link DIR-600 B1",
+ dir_300b_init);
+
+MIPS_MACHINE(RAMIPS_MACH_DIR_600_B2, "DIR-600-B2", "D-Link DIR-600 B2",
+ dir_300b_init);