diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-19 22:36:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-19 22:36:41 +0000 |
commit | 7f9d2292fa00bbc98e4efc9f957d1b0b72f927c8 (patch) | |
tree | 6c5bf63226e490857d83385c77bdf55970f8089d /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 8b50ecc6ffa8439405b7fce3737eea2464ba591c (diff) | |
download | mtk-20170518-7f9d2292fa00bbc98e4efc9f957d1b0b72f927c8.zip mtk-20170518-7f9d2292fa00bbc98e4efc9f957d1b0b72f927c8.tar.gz mtk-20170518-7f9d2292fa00bbc98e4efc9f957d1b0b72f927c8.tar.bz2 |
ar71xx: add user-space support for the WD My Net N600 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38074
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | 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 1456d6e..2719a13 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" |