diff mbox series

[OpenWrt-Devel,4/5] ar71xx: add missing diag LED support for RB wAP 2nD

Message ID 20180729101500.8621-5-hacks@slashdirt.org
State Accepted
Delegated to: John Crispin
Headers show
Series several fixes for mach-rbspi.c / correct support for wAP R | expand

Commit Message

Thibaut July 29, 2018, 10:14 a.m. UTC
3b15eb06c366cf3805590a61f22e966a95bf8101 did not include diag.sh
edit

Signed-off-by: Thibaut VARĂˆNE <hacks@slashdirt.org>
---
 target/linux/ar71xx/base-files/etc/diag.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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)