Skip to content

Commit a64f028

Browse files
maurerlehauke
authored andcommitted
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: openwrt/openwrt#22567 (cherry picked from commit b1713d6) Link: openwrt/openwrt#22624 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent 81abc8d commit a64f028

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

target/linux/ramips/dts/mt7621_xiaomi_mi-router-ac2100.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
led-failsafe = &led_status_yellow;
1414
led-running = &led_status_blue;
1515
led-upgrade = &led_status_blue;
16-
label-mac-device = &gmac0;
16+
label-mac-device = &gmac1;
1717
};
1818

1919
leds {

target/linux/ramips/dts/mt7621_xiaomi_redmi-router-ac2100.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
led-failsafe = &led_status_amber;
1414
led-running = &led_status_white;
1515
led-upgrade = &led_status_white;
16-
label-mac-device = &gmac0;
16+
label-mac-device = &gmac1;
1717
};
1818

1919
leds {

0 commit comments

Comments
 (0)