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
commit2a9ebfb50391351ba353872678e71bd20d5b10e4 (patch)
tree753c9f1d65263e8c07f8dc52a02abaebf5154e30 /target/linux/ar71xx/base-files
parent53827cdc824556cda910b23ce5030c363b8f1461 (diff)
downloadupstream-2a9ebfb50391351ba353872678e71bd20d5b10e4.tar.gz
upstream-2a9ebfb50391351ba353872678e71bd20d5b10e4.tar.bz2
upstream-2a9ebfb50391351ba353872678e71bd20d5b10e4.zip
ar71xx: add status led found on ew-dorin boards
Signed-off-by: Catrinel Catrinescu <cc@80211.de> SVN-Revision: 45656
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"
;;