mediatek: fix Cudy AP3000 Outdoor label-mac master
authorDavid Bauer <mail@david-bauer.net>
Sat, 23 Nov 2024 19:00:57 +0000 (20:00 +0100)
committerDavid Bauer <mail@david-bauer.net>
Sat, 23 Nov 2024 19:03:39 +0000 (20:03 +0100)
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>
target/linux/mediatek/dts/mt7981b-cudy-ap3000outdoor-v1.dts

index 62e406394755ac6ef5722e4070553a24261e88a7..a1eb9c6e1e981a18e7214268d2b55a0fe6e8ba59 100644 (file)
@@ -11,7 +11,7 @@
        compatible = "cudy,ap3000outdoor-v1", "mediatek,mt7981-spim-snand-rfb";
 
        aliases {
-               label-mac-device = &gmac1;
+               label-mac-device = &wifi;
                led-boot = &led_status_green;
                led-failsafe = &led_status_red;
                led-running = &led_status_green;