diff options
author | Thibaut VARÈNE <hacks@slashdirt.org> | 2018-07-29 12:14:59 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:35:11 +0200 |
commit | 5c2419b6f82e2ec49ecac17ae17fdbdb151701c7 (patch) | |
tree | 36af4eff63722f96f8943a13c56a472a2c40cce6 /target/linux/ar71xx/base-files | |
parent | e76c048d344097b48dae90f447398549b391e4e9 (diff) | |
download | upstream-5c2419b6f82e2ec49ecac17ae17fdbdb151701c7.tar.gz upstream-5c2419b6f82e2ec49ecac17ae17fdbdb151701c7.tar.bz2 upstream-5c2419b6f82e2ec49ecac17ae17fdbdb151701c7.zip |
ar71xx: add missing diag LED support for RB wAP 2nD
3b15eb06c366cf3805590a61f22e966a95bf8101 did not include diag.sh
edit
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 280b83b413..efb1305aec 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -375,7 +375,8 @@ get_status_led() { rb-962uigs-5hact2hnt|\ rb-lhg-5nd|\ rb-map-2nd|\ - rb-mapl-2nd) + rb-mapl-2nd|\ + rb-wap-2nd) status_led="rb:green:user" ;; rb-951ui-2hnd) |