mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-14 11:13:29 +00:00
mediatek: netgear-wax206 fix wifi leds
The wifi leds of the wax206 were not reacting. This patch enables the green leds to show activity, as the blue ones are very bright. Also set the label-mac to the gmac0. Signed-off-by: Florian Maurer <f.maurer@outlook.de> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
a7a6707213
commit
ba66096756
@ -13,6 +13,7 @@
|
||||
|
||||
aliases {
|
||||
ethernet0 = &gmac0;
|
||||
label-mac-device = &gmac0;
|
||||
led-boot = &led_power_r;
|
||||
led-failsafe = &led_power_r;
|
||||
led-running = &led_power_g;
|
||||
@ -84,6 +85,7 @@
|
||||
default-state = "off";
|
||||
gpios = <&pio 85 GPIO_ACTIVE_LOW>;
|
||||
label = "wifin:green";
|
||||
linux,default-trigger = "phy0tpt";
|
||||
};
|
||||
|
||||
wifin_blue {
|
||||
@ -96,6 +98,7 @@
|
||||
default-state = "off";
|
||||
gpios = <&pio 2 GPIO_ACTIVE_HIGH>;
|
||||
label = "wifia:green";
|
||||
linux,default-trigger = "phy1tpt";
|
||||
};
|
||||
|
||||
wifia_blue {
|
||||
|
Loading…
Reference in New Issue
Block a user