diff options
author | Luka Perkov <luka@openwrt.org> | 2015-05-10 07:47:04 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-05-10 07:47:04 +0000 |
commit | 77a7e33168245f320c94662d13339cd68573dd8f (patch) | |
tree | 71371cc68fc070f4c35f63fb439bd0a0eda0232b /target/linux/ar71xx/base-files | |
parent | df1ab296bc8bc6273597924beca1fe185b80b1e0 (diff) | |
download | upstream-77a7e33168245f320c94662d13339cd68573dd8f.tar.gz upstream-77a7e33168245f320c94662d13339cd68573dd8f.tar.bz2 upstream-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.sh | 3 |
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" ;; |