2
0
forked from Ivasoft/openwrt

ramips: rt3883: add initial support for TRENDnet TEW-692GR board

No wireless support.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 33846
This commit is contained in:
Gabor Juhos
2012-10-18 07:23:06 +00:00
parent bf9ae9432b
commit 7f8b7207c9
5 changed files with 159 additions and 0 deletions

View File

@@ -70,4 +70,7 @@ enum ramips_mach_type {
/* RT3662 based machines */
RAMIPS_MACH_DIR_645, /* D-Link DIR-645 */
RAMIPS_MACH_RT_N56U, /* Asus RT-N56U */
/* RT3883 based machines */
RAMIPS_MACH_TEW_692GR, /* TRENDnet TEW-692GR */
};