diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-04-04 08:43:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-04-04 08:43:07 +0000 |
commit | d5a7e2f5c1d63e81771617940ac6f92b31a05583 (patch) | |
tree | 07f7373ae8a5ae6b4ee515e7beb88e72a04f53bd /target/linux/ramips/base-files/etc/diag.sh | |
parent | 490032400b7233fad90840ed83ae8df3566f0b93 (diff) | |
download | upstream-d5a7e2f5c1d63e81771617940ac6f92b31a05583.tar.gz upstream-d5a7e2f5c1d63e81771617940ac6f92b31a05583.tar.bz2 upstream-d5a7e2f5c1d63e81771617940ac6f92b31a05583.zip |
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>
SVN-Revision: 26466
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ramips/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 051c884de1..99f497e3f5 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -45,6 +45,9 @@ get_status_led() { hw550-3g) status_led="hw550-3g:green:status" ;; + mofi3500-3gn) + status_led="mofi3500-3gn:green:status" + ;; esac } |