diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-19 19:44:33 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-19 19:44:33 +0000 |
commit | c9eaff156a0ed7aeb827ec1ebaf22dcbde8cf117 (patch) | |
tree | 04d6c675f10410a003520f58624ae6692af15c58 /target/linux/ramips/files/arch/mips/include/asm | |
parent | 9bc2e93f4b6f61e3d22474b2ff581c9e776cf542 (diff) | |
download | openwrt-c9eaff156a0ed7aeb827ec1ebaf22dcbde8cf117.tar.gz openwrt-c9eaff156a0ed7aeb827ec1ebaf22dcbde8cf117.zip |
AA: ramips: rt3883: add inital support for the DIR-645 board
Backport of r33843.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33872 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include/asm')
-rw-r--r-- | target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h | 3 |
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 2d5a08f38..71fe2f9a1 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 */ }; |