From 8cde29c6b17be80150c854f9f19886d8e4594ee7 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 13 Mar 2011 16:34:52 +0000 Subject: ramips: initial board support for Aztech HW550-3G This patch adds initial support for the Aztech HW550-3G (Ralink RT3052f SoC, 8MB flash, 32MB dram). Ethernet is not working yet. Wireless appears to work fine. USB does not work yet (as with other Ralink boards). Signed-off-by: Layne Edwards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26123 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ramips/files/arch/mips/include/asm/mach-ralink') 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 d0aaa6b9c..81ee02839 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 @@ -27,4 +27,5 @@ enum ramips_mach_type { RAMIPS_MACH_V22RW_2X2, /* Ralink AP-RT3052-V22RW-2X2 */ RAMIPS_MACH_WHR_G300N, /* Buffalo WHR-G300N */ RAMIPS_MACH_FONERA20N, /* La Fonera 2.0N */ + RAMIPS_MACH_HW550_3G, /* Aztech HW550-3G */ }; -- cgit v1.2.3