diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-08-14 07:48:05 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-08-14 07:48:05 +0000 |
commit | 9aef272f4a0efaa7f8ee5990d15e901647f320de (patch) | |
tree | 4cc708dad607e7cc6f069a83ec7b188963cbc025 /target | |
parent | f2b534d341b5de0e8deb492e347ae7ad0b99f728 (diff) | |
download | upstream-9aef272f4a0efaa7f8ee5990d15e901647f320de.tar.gz upstream-9aef272f4a0efaa7f8ee5990d15e901647f320de.tar.bz2 upstream-9aef272f4a0efaa7f8ee5990d15e901647f320de.zip |
linux/ar71xx: add nanostation-m signature (thanks Antonio Anselmi)
SVN-Revision: 22631
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index b27bd3e425..1634242075 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -39,7 +39,7 @@ get_status_led() { aw-nr580) status_led="aw-nr580:green:ready" ;; - bullet-m | rocket-m | nano-m) + bullet-m | rocket-m | nano-m | nanostation-m) status_led="ubnt:green:link4" ;; dir-600-a1) |