diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-18 07:23:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-18 07:23:02 +0000 |
commit | d1a253a2fdc0afce1998e82dacece9a26dbe569e (patch) | |
tree | 2faeb0923a8b993f6d73905c73901e41f21a33cc /target/linux/ramips/files/arch/mips/include/asm/mach-ralink | |
parent | e962c16a88983eaf6c58a1ea1db14bc3f7825358 (diff) | |
download | mtk-20170518-d1a253a2fdc0afce1998e82dacece9a26dbe569e.zip mtk-20170518-d1a253a2fdc0afce1998e82dacece9a26dbe569e.tar.gz mtk-20170518-d1a253a2fdc0afce1998e82dacece9a26dbe569e.tar.bz2 |
ramips: rt3883: add inital support for the DIR-645 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33843
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include/asm/mach-ralink')
-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 2d5a08f..71fe2f9 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 */ }; |