From 60e49cf1703145f2613a807faf9c0e63f497bd73 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Tue, 26 Dec 2023 01:17:18 +0100 Subject: [PATCH] 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 (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 { -- 2.30.2