mediatek: fix Cudy AP3000 Outdoor label-mac
The label-mac does not match the one assigned to the ethernet interface.
Use the mac-address assigned to the wifi interface instead, as it
matches the one found on the device label.
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit b8b658bc0d
)
This commit is contained in:
parent
1abaf051d2
commit
c279ca8b79
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
compatible = "cudy,ap3000outdoor-v1", "mediatek,mt7981-spim-snand-rfb";
|
compatible = "cudy,ap3000outdoor-v1", "mediatek,mt7981-spim-snand-rfb";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
label-mac-device = &gmac1;
|
label-mac-device = &wifi;
|
||||||
led-boot = &led_status_green;
|
led-boot = &led_status_green;
|
||||||
led-failsafe = &led_status_red;
|
led-failsafe = &led_status_red;
|
||||||
led-running = &led_status_green;
|
led-running = &led_status_green;
|
||||||
|
|
Loading…
Reference in a new issue