mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 03:56:49 +00:00
ramips: fix Archer C50v3 LED mapping
This commit fixes the wrong LED mapping of the Archer C50 v3.
Commit was tested with an EU device.
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 35d00d9a41
)
This commit is contained in:
parent
991ec8e5b2
commit
53507cef82
@ -43,12 +43,12 @@
|
|||||||
|
|
||||||
wan {
|
wan {
|
||||||
label = "c50-v3:green:wan";
|
label = "c50-v3:green:wan";
|
||||||
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wan_orange {
|
wan_orange {
|
||||||
label = "c50-v3:orange:wan";
|
label = "c50-v3:orange:wan";
|
||||||
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wlan {
|
wlan {
|
||||||
@ -58,12 +58,12 @@
|
|||||||
|
|
||||||
wlan5 {
|
wlan5 {
|
||||||
label = "c50-v3:green:wlan5g";
|
label = "c50-v3:green:wlan5g";
|
||||||
gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wps {
|
wps {
|
||||||
label = "c50-v3:green:wps";
|
label = "c50-v3:green:wps";
|
||||||
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user