diff options
author | John Crispin <john@openwrt.org> | 2014-09-15 10:19:14 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-15 10:19:14 +0000 |
commit | cb37fe5ca587868f4a909949c884e981bd90727b (patch) | |
tree | aadfff4f2eb2af5a0b68fcba5d74aef8b7c1ec87 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 2c4c6d135b8d342cb257690ebe6729d325afc68c (diff) | |
download | mtk-20170518-cb37fe5ca587868f4a909949c884e981bd90727b.zip mtk-20170518-cb37fe5ca587868f4a909949c884e981bd90727b.tar.gz mtk-20170518-cb37fe5ca587868f4a909949c884e981bd90727b.tar.bz2 |
ar71xx: add board support for ubnt loco m xw
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 42549
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-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 1864b11..fba6032 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -34,7 +34,7 @@ get_status_led() { aw-nr580) status_led="aw-nr580:green:ready" ;; - bullet-m | rocket-m | nano-m | nanostation-m | nanostation-m-xw) + bullet-m | rocket-m | nano-m | nanostation-m | nanostation-m-xw | loco-m-xw) status_led="ubnt:green:link4" ;; bxu2000n-2-a1) |