aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-19 22:36:41 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-19 22:36:41 +0000
commitb8a054aff215adebf10ad86299482733d20c5cbe (patch)
tree9b9d046f3a79013656ff094b1d6d3538a647b3ab /target/linux/ar71xx/base-files/etc/diag.sh
parent9e8e17ba214ecb0c1ce7cd1ba5a09a3f1c74c40c (diff)
downloadmaster-187ad058-b8a054aff215adebf10ad86299482733d20c5cbe.tar.gz
master-187ad058-b8a054aff215adebf10ad86299482733d20c5cbe.tar.bz2
master-187ad058-b8a054aff215adebf10ad86299482733d20c5cbe.zip
ar71xx: add user-space support for the WD My Net N600 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38074 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.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 1456d6eebb..2719a1340a 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -77,6 +77,9 @@ get_status_led() {
mr600v2)
status_led="mr600:blue:power"
;;
+ mynet-n600)
+ status_led="wd:blue:power"
+ ;;
mzk-w04nu | \
mzk-w300nh)
status_led="planex:green:status"