aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-05-10 07:47:04 +0000
committerLuka Perkov <luka@openwrt.org>2015-05-10 07:47:04 +0000
commit77a7e33168245f320c94662d13339cd68573dd8f (patch)
tree71371cc68fc070f4c35f63fb439bd0a0eda0232b /target/linux/ar71xx/base-files
parentdf1ab296bc8bc6273597924beca1fe185b80b1e0 (diff)
downloadmaster-187ad058-77a7e33168245f320c94662d13339cd68573dd8f.tar.gz
master-187ad058-77a7e33168245f320c94662d13339cd68573dd8f.tar.bz2
master-187ad058-77a7e33168245f320c94662d13339cd68573dd8f.zip
ar71xx: add status led found on ew-dorin boards
Signed-off-by: Catrinel Catrinescu <cc@80211.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45656 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rw-r--r--target/linux/ar71xx/base-files/etc/diag.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index d702d451f1..b73ea4d24c 100644
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -80,6 +80,9 @@ get_status_led() {
el-m150)
status_led="easylink:green:system"
;;
+ ew-dorin | ew-dorin-router)
+ status_led="dorin:green:status"
+ ;;
f9k1115v2)
status_led="belkin:blue:status"
;;