diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-07-14 21:30:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-07-14 21:30:28 +0000 |
commit | 54206fb0ce47dcd5b1281af994d12339027cef2f (patch) | |
tree | 022161f70b4d38eb3b117017daf7beed4ed45426 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | aff3127956867287b978077c7199bb9d328f0c9c (diff) | |
download | upstream-54206fb0ce47dcd5b1281af994d12339027cef2f.tar.gz upstream-54206fb0ce47dcd5b1281af994d12339027cef2f.tar.bz2 upstream-54206fb0ce47dcd5b1281af994d12339027cef2f.zip |
ar71xx: add user-space support for the EnGenius EAP300 v2 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41659
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 174684d0ae..69590027d8 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -62,6 +62,9 @@ get_status_led() { dir-835-a1) status_led="d-link:amber:power" ;; + eap300v2) + status_led="engenius:blue:power" + ;; eap7660d) status_led="eap7660d:green:ds4" ;; |