diff options
author | David Bauer <mail@david-bauer.net> | 2023-12-26 01:17:18 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2023-12-28 14:27:49 +0100 |
commit | 60e49cf1703145f2613a807faf9c0e63f497bd73 (patch) | |
tree | 0d1050202e0e2a1b303265d0404a564697f45560 | |
parent | 59fd8f08cf544a7f0fcaf700ca9af9292de3adcc (diff) | |
download | openwrt-60e49cf1703145f2613a807faf9c0e63f497bd73.tar.gz openwrt-60e49cf1703145f2613a807faf9c0e63f497bd73.tar.bz2 openwrt-60e49cf1703145f2613a807faf9c0e63f497bd73.zip |
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@david-bauer.net>
(cherry picked from commit 47818fbc012d7b8ef4129bf702da2d6aae07266e)
-rw-r--r-- | target/linux/ramips/dts/mt7628an_xiaomi_mi-ra75.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |