mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 01:41:41 +00:00
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)
This commit is contained in:
parent
59fd8f08cf
commit
60e49cf170
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user