ramips-mt7621: fix xiaomi mi ac2100 mac address

The Xiaomi Redmi/Mi Router AC2100 does have the correct label mac on the WAN interface.
This MAC is available as gmac1.

Signed-off-by: Florian Maurer <f.maurer@outlook.de>
Link: https://github.com/openwrt/openwrt/pull/22567
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Florian Maurer 2026-03-22 19:08:43 +01:00 committed by Hauke Mehrtens
parent 4eee4c29ea
commit b1713d623b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
led-failsafe = &led_status_yellow;
led-running = &led_status_blue;
led-upgrade = &led_status_blue;
label-mac-device = &gmac0;
label-mac-device = &gmac1;
};
leds {

View File

@ -13,7 +13,7 @@
led-failsafe = &led_status_amber;
led-running = &led_status_white;
led-upgrade = &led_status_white;
label-mac-device = &gmac0;
label-mac-device = &gmac1;
};
leds {