diff options
| author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-04 08:43:07 +0000 | 
|---|---|---|
| committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-04 08:43:07 +0000 | 
| commit | bb8dd176cc75ea9c61bef23c1fc512da4b63b37f (patch) | |
| tree | de4f22e411097517c6652d47c88e00e792d4b82a /target/linux/ramips/base-files/lib/upgrade | |
| parent | 3063a1d9147f6ecf136fa7146197b5d8891923c5 (diff) | |
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 <ledwards76@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26466 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/upgrade')
| -rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index bf8a9865b..c541ea0a1 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -14,7 +14,7 @@ platform_check_image() {  	[ "$ARGC" -gt 1 ] && return 1  	case "$board" in -	dir-300-b1 | fonera20n | v22rw-2x2 | whr-g300n | hw550-3g) +	dir-300-b1 | fonera20n | v22rw-2x2 | whr-g300n | hw550-3g | mofi3500-3gn)  		[ "$magic" != "2705" ] && {  			echo "Invalid image type."  			return 1 | 
