Skip to content

Commit c279ca8

Browse files
committed
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 <[email protected]> (cherry picked from commit b8b658b)
1 parent 1abaf05 commit c279ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/linux/mediatek/dts/mt7981b-cudy-ap3000outdoor-v1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
compatible = "cudy,ap3000outdoor-v1", "mediatek,mt7981-spim-snand-rfb";
1212

1313
aliases {
14-
label-mac-device = &gmac1;
14+
label-mac-device = &wifi;
1515
led-boot = &led_status_green;
1616
led-failsafe = &led_status_red;
1717
led-running = &led_status_green;

0 commit comments

Comments
 (0)