diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-13 15:18:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-13 15:18:04 +0000 |
commit | 99c019fb0de82809026922a591e3c4999f845163 (patch) | |
tree | acae6b5465cdfdf18c647754f532f297ddd0c3a7 /target/linux/ramips/files/arch/mips/include | |
parent | 97e641a0e63ea41111ed397dfae23ad16b8490ab (diff) | |
download | mtk-20170518-99c019fb0de82809026922a591e3c4999f845163.zip mtk-20170518-99c019fb0de82809026922a591e3c4999f845163.tar.gz mtk-20170518-99c019fb0de82809026922a591e3c4999f845163.tar.bz2 |
ramips: add preliminary support for the Asus RT-N56U board
SVN-Revision: 30498
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include')
-rw-r--r-- | target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h | 3 |
1 files changed, 3 insertions, 0 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 600e8bf..fa6d985 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 @@ -46,4 +46,7 @@ enum ramips_mach_type { RAMIPS_MACH_WL351, /* Sitecom WL-351 v1 002 */ RAMIPS_MACH_WR512_3GN, /* SH-WR512NU/WS-WR512N1-like 3GN*/ RAMIPS_MACH_WR6202, /* Accton WR6202 */ + + /* RT3662 based machines */ + RAMIPS_MACH_RT_N56U, /* Asus RT-N56U */ }; |