aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/include
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-10-18 07:23:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-10-18 07:23:02 +0000
commit06c0cd5823dddfa3a1af7d40c4599381504e6dd9 (patch)
tree2103aa71693e94b60777d1685ee776567e4b2dd1 /target/linux/ramips/files/arch/mips/include
parent888f80c6f91a9b64b012c1581054d20212d7ea8b (diff)
downloadupstream-06c0cd5823dddfa3a1af7d40c4599381504e6dd9.tar.gz
upstream-06c0cd5823dddfa3a1af7d40c4599381504e6dd9.tar.bz2
upstream-06c0cd5823dddfa3a1af7d40c4599381504e6dd9.zip
ramips: rt3883: add inital support for the DIR-645 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33843 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include')
-rw-r--r--target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h
index 2d5a08f386..71fe2f9a13 100644
--- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h
+++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h
@@ -62,11 +62,12 @@ enum ramips_mach_type {
RAMIPS_MACH_WR6202, /* Accton WR6202 */
RAMIPS_MACH_XDXRN502J, /* unknown XDX-RN502J */
RAMIPS_MACH_UR_336UN, /* UPVEL ROUTER */
-
+
/* RT3352 based machines */
RAMIPS_MACH_ALL5002, /* Allnet ALL5002 */
RAMIPS_MACH_DIR_615_H1,
/* RT3662 based machines */
+ RAMIPS_MACH_DIR_645, /* D-Link DIR-645 */
RAMIPS_MACH_RT_N56U, /* Asus RT-N56U */
};