aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/include
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-10-19 19:45:01 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-10-19 19:45:01 +0000
commit693ce654d294799e038555ea07bd64377b4fae54 (patch)
tree20139edbac125bf8e64f41b58e7898feb1a5f33d /target/linux/ramips/files/arch/mips/include
parent01c0f7e0f6a59c2c11f3e867fc44a745b056e354 (diff)
downloadupstream-693ce654d294799e038555ea07bd64377b4fae54.tar.gz
upstream-693ce654d294799e038555ea07bd64377b4fae54.tar.bz2
upstream-693ce654d294799e038555ea07bd64377b4fae54.zip
AA: ramips: rt3883: add initial support for the TRENDnet TEW-691GR board
Backport ofr r33850. No wireless support. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33879 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 d1505824b7..8f99ce10b3 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
@@ -72,5 +72,6 @@ enum ramips_mach_type {
RAMIPS_MACH_RT_N56U, /* Asus RT-N56U */
/* RT3883 based machines */
- RAMIPS_MACH_TEW_692GR, /* TRENDnet TEW-692GR */
+ RAMIPS_MACH_TEW_691GR, /* TRENDnet TEW-691GR */
+ RAMIPS_MACH_TEW_692GR /* TRENDnet TEW-692GR */
};