aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-26 11:49:47 +0000
committerJohn Crispin <john@openwrt.org>2014-06-26 11:49:47 +0000
commite6e6a85dc962d1ef3f6e8b914dd323cfb2b93c8d (patch)
tree113871fc530b721d1855527c0f0df9b31f753d96 /target/linux/ar71xx/base-files/etc/diag.sh
parent0f39877bacc59049eb0185a93abbcbe23f180bde (diff)
downloadupstream-e6e6a85dc962d1ef3f6e8b914dd323cfb2b93c8d.tar.gz
upstream-e6e6a85dc962d1ef3f6e8b914dd323cfb2b93c8d.tar.bz2
upstream-e6e6a85dc962d1ef3f6e8b914dd323cfb2b93c8d.zip
ar71xx: add support for EasyLink M150 and M-mini
v3 refreshes the patch on trunk@41337 This patch adds support for the EasyLink EL-M150 and M-mini http://wiki.openwrt.org/toh/easylink/el-m150 http://wiki.openwrt.org/toh/easylink/el-m-mini Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 41348
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index d5063dead5..687cddf419 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -65,6 +65,10 @@ get_status_led() {
eap7660d)
status_led="eap7660d:green:ds4"
;;
+ el-mini | \
+ el-m150)
+ status_led="EasyLink:green:system"
+ ;;
hiwifi-hc6361)
status_led="hiwifi:blue:system"
;;