forked from Ivasoft/openwrt
ramips: enable power LED and second uart on GL-MT300N-V2
The device has a second uart accessible via pin headers, so enable it. There is also a green power led which was not enabled previously. Enable it too and use it as status LED. Signed-off-by: Benjamin Valentin <benjamin.valentin@volatiles.de>
This commit is contained in:
committed by
Mathias Kresin
parent
a464d2b960
commit
2d8eeca842
@@ -191,7 +191,7 @@ get_status_led() {
|
||||
status_led="$boardname:blue:wifi"
|
||||
;;
|
||||
gl-mt300n-v2)
|
||||
status_led="$boardname:red:wlan"
|
||||
status_led="$boardname:green:power"
|
||||
;;
|
||||
m4-4M|\
|
||||
m4-8M)
|
||||
|
||||
Reference in New Issue
Block a user