mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-15 11:17:08 +00:00
ath79: Fix system LED on TP-Link WR740/741 v4
The system LED on these devices is ACTIVE_LOW, change back to what it is on ar71xx. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
This commit is contained in:
parent
9601d94138
commit
31dc0fbca3
@ -69,7 +69,7 @@
|
||||
|
||||
system: system {
|
||||
label = "tp-link:green:system";
|
||||
gpios = <&gpio 27 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
wan {
|
||||
|
Loading…
Reference in New Issue
Block a user