aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-26 11:49:47 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-26 11:49:47 +0000
commit9582177d943090346a50491040446b0bc5fc9d8c (patch)
tree38f56576ef7a27901412d678c855938f3feea96a /target/linux/ar71xx/base-files/etc/diag.sh
parente327858613b4d83b5873a372ef669f1f78782a9a (diff)
downloadmaster-187ad058-9582177d943090346a50491040446b0bc5fc9d8c.tar.gz
master-187ad058-9582177d943090346a50491040446b0bc5fc9d8c.tar.bz2
master-187ad058-9582177d943090346a50491040446b0bc5fc9d8c.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41348 3c298f89-4303-0410-b956-a3cf2f4a3e73
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"
;;