mediatek-mt7622: netgear-wax206 fix wifi leds
Some checks failed
Build Kernel / Build all affected Kernels (push) Waiting to run
Coverity scan build / Coverity x86/64 build (push) Has been cancelled

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>
Link: https://github.com/openwrt/openwrt/pull/17694
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Florian Maurer 2025-01-22 19:59:12 +01:00 committed by Hauke Mehrtens
parent 075571b023
commit 9ada8578fd

View File

@ -13,6 +13,7 @@
aliases { aliases {
ethernet0 = &gmac0; ethernet0 = &gmac0;
label-mac-device = &gmac0;
led-boot = &led_power_r; led-boot = &led_power_r;
led-failsafe = &led_power_r; led-failsafe = &led_power_r;
led-running = &led_power_g; led-running = &led_power_g;
@ -84,6 +85,7 @@
default-state = "off"; default-state = "off";
gpios = <&pio 85 GPIO_ACTIVE_LOW>; gpios = <&pio 85 GPIO_ACTIVE_LOW>;
label = "wifin:green"; label = "wifin:green";
linux,default-trigger = "phy0tpt";
}; };
wifin_blue { wifin_blue {
@ -96,6 +98,7 @@
default-state = "off"; default-state = "off";
gpios = <&pio 2 GPIO_ACTIVE_HIGH>; gpios = <&pio 2 GPIO_ACTIVE_HIGH>;
label = "wifia:green"; label = "wifia:green";
linux,default-trigger = "phy1tpt";
}; };
wifia_blue { wifia_blue {