[openwrt/openwrt] ramips: fix label-mac for Xiaomi RA75
LEDE Commits
lede-commits at lists.infradead.org
Thu Dec 28 05:29:09 PST 2023
blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/60e49cf1703145f2613a807faf9c0e63f497bd73
commit 60e49cf1703145f2613a807faf9c0e63f497bd73
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Tue Dec 26 01:17:18 2023 +0100
ramips: fix label-mac for Xiaomi RA75
The label-mac of the repeater is the address used on the 2.4 GHz radio,
not the ethernet MAC.
Signed-off-by: David Bauer <mail at david-bauer.net>
(cherry picked from commit 47818fbc012d7b8ef4129bf702da2d6aae07266e)
---
target/linux/ramips/dts/mt7628an_xiaomi_mi-ra75.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/dts/mt7628an_xiaomi_mi-ra75.dts b/target/linux/ramips/dts/mt7628an_xiaomi_mi-ra75.dts
index 173bcd992d..ecd04c3f77 100644
--- a/target/linux/ramips/dts/mt7628an_xiaomi_mi-ra75.dts
+++ b/target/linux/ramips/dts/mt7628an_xiaomi_mi-ra75.dts
@@ -10,7 +10,7 @@
led-failsafe = &led_system_amber;
led-running = &led_system_blue;
led-upgrade = &led_system_amber;
- label-mac-device = ðernet;
+ label-mac-device = &wmac;
};
leds {
More information about the lede-commits
mailing list