summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-01-22 09:35:22 +0000
committerJohn Crispin <john@openwrt.org>2015-01-22 09:35:22 +0000
commit36d19e46dfbf0a6baa4f741e8182fbd72dd6575e (patch)
treec13d6f4cda1dd5c11a8fddcb6a7e7d1b868be74b /target/linux/ramips/base-files/etc/diag.sh
parentdeb66a555e8856d253a5feb6620ae4d50f404e69 (diff)
downloadmaster-31e0f0ae-36d19e46dfbf0a6baa4f741e8182fbd72dd6575e.tar.gz
master-31e0f0ae-36d19e46dfbf0a6baa4f741e8182fbd72dd6575e.tar.bz2
master-31e0f0ae-36d19e46dfbf0a6baa4f741e8182fbd72dd6575e.zip
ramips: add support for Tenda 3G150B
Add suport for Tenda 3G150B: - cpu: Ralink RT5350F - flash: 4MB - ram: 32MB - 1x USB 2.0 - 1x RJ45 - one reset button - battery powered (BP-4L, 3.7V 1450mAh) Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 44073
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/diag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh
index 1693e9d4fe..808177bc0d 100755
--- a/target/linux/ramips/base-files/etc/diag.sh
+++ b/target/linux/ramips/base-files/etc/diag.sh
@@ -9,7 +9,7 @@ get_status_led() {
3g-6200n)
status_led="edimax:green:power"
;;
- 3g300m | w150m)
+ 3g150b | 3g300m | w150m)
status_led="tenda:blue:ap"
;;
ai-br100)