Browse Source

ramips: use blue status LED for Xiaomi Router 3G

The blue LED is what other firmwares use for this device, and it's a lot
easier on the eyes than its shade of yellow, which implies an error
condition.

Signed-off-by: Daniel Gimpelevich <[email protected]>
[merge into existing $boardname:blue:status block]
Signed-off-by: Mathias Kresin <[email protected]>
Acked-by: Piotr Dymacz <[email protected]>
Acked-by: Cezary Jackiewicz <[email protected]>
Daniel Gimpelevich 7 năm trước cách đây
mục cha
commit
e4442ca2d8
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      target/linux/ramips/base-files/etc/diag.sh

+ 1 - 3
target/linux/ramips/base-files/etc/diag.sh

@@ -174,6 +174,7 @@ get_status_led() {
 		;;
 	k2p|\
 	m3|\
+	mir3g|\
 	miwifi-nano)
 		status_led="$boardname:blue:status"
 		;;
@@ -190,9 +191,6 @@ get_status_led() {
 	m4-8M)
 		status_led="m4:blue:status"
 		;;
-	mir3g)
-		status_led="$boardname:yellow:status"
-		;;
 	miwifi-mini|\
 	zte-q7)
 		status_led="$boardname:red:status"