From ed7f15e6cfc37b4032b7bcd228127b78474850e6 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 4 Apr 2011 08:43:07 +0000 Subject: ramips: initial board support for MOFI3500-3GN This patch adds initial board support for the MoFi Network MOFI3500-3GN (Ralink RT3052F SoC, 8MB flash, 32MB ram, wireless N, USB-OTG). This router is basically the NA version of the HW550-3G. Signed-off-by: Layne Edwards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26466 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ramips/base-files/lib/ramips.sh') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 49e5bc7741..8c64d6a8e7 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -25,6 +25,9 @@ ramips_board_name() { *"Aztech HW550-3G") name="hw550-3g" ;; + *"MoFi Network MOFI3500-3GN") + name="mofi3500-3gn" + ;; *) name="generic" ;; -- cgit v1.2.3