diff options
author | Andrew Yong <me@ndoo.sg> | 2016-11-26 22:15:21 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-01 16:17:55 +0100 |
commit | 07b571a4355a27502fcadf8f81144cab8e00a42a (patch) | |
tree | cd2c7c944d1a817f752a1a3736a36a1edd562b9a /target/linux/ramips/base-files | |
parent | fef6a96d9e9e001a28b6a673c56ed79029457b5d (diff) | |
download | upstream-07b571a4355a27502fcadf8f81144cab8e00a42a.tar.gz upstream-07b571a4355a27502fcadf8f81144cab8e00a42a.tar.bz2 upstream-07b571a4355a27502fcadf8f81144cab8e00a42a.zip |
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>
Diffstat (limited to 'target/linux/ramips/base-files')
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index a7b8ae0b06..6bcdc0f5bc 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -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" |