diff options
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 788b628a76..416322dd7c 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -83,6 +83,9 @@ get_status_led() { ls-sr71) status_led="ubnt:green:d22" ;; + mr600) + status_led="mr600:orange:power" + ;; mzk-w04nu | \ mzk-w300nh) status_led="planex:green:status" |