2
0
forked from Ivasoft/openwrt

ramips: RB750Gr3: Add pwr LED and buzzer to DTS

use pwr LED in diag.sh
Expose unused pinmux pins as GPIOs
export power LED and buzzer pins
Use rb750gr3:blue:pwr LED in diag.sh for boot status instead of rb750gr3:green:usr

Signed-off-by: Andrew Yong <me@ndoo.sg>
This commit is contained in:
Andrew Yong
2016-11-26 22:15:21 +08:00
committed by John Crispin
parent fef6a96d9e
commit 07b571a435
2 changed files with 13 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ get_status_led() {
status_led="$board:green:wps"
;;
rb750gr3)
status_led="$board:green:usr"
status_led="$board:blue:pwr"
;;
sap-g3200u3)
status_led="$board:green:usb"