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 | 89bd7c0819123beb5f164803de83bdb5451bcff3 (patch) | |
tree | 2cd85354a2cdbe7a3c80fed92b6a21ff0243ca27 /target/linux | |
parent | 36e143f8304389d2de1f08cb738a83c5e23265e5 (diff) | |
download | upstream-89bd7c0819123beb5f164803de83bdb5451bcff3.tar.gz upstream-89bd7c0819123beb5f164803de83bdb5451bcff3.tar.bz2 upstream-89bd7c0819123beb5f164803de83bdb5451bcff3.zip |
linux/ar71xx: add nanostation-m signature (thanks Antonio Anselmi)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22631 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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) |