[openwrt/openwrt] mediatek: fix Cudy AP3000 Outdoor label-mac

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 23 11:04:16 PST 2024


blocktrron pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b8b658bc0d22df31e7ac2d07cdd2af7155d12630

commit b8b658bc0d22df31e7ac2d07cdd2af7155d12630
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Sat Nov 23 20:00:57 2024 +0100

    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 at david-bauer.net>
---
 target/linux/mediatek/dts/mt7981b-cudy-ap3000outdoor-v1.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/dts/mt7981b-cudy-ap3000outdoor-v1.dts b/target/linux/mediatek/dts/mt7981b-cudy-ap3000outdoor-v1.dts
index 62e4063947..a1eb9c6e1e 100644
--- a/target/linux/mediatek/dts/mt7981b-cudy-ap3000outdoor-v1.dts
+++ b/target/linux/mediatek/dts/mt7981b-cudy-ap3000outdoor-v1.dts
@@ -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;




More information about the lede-commits mailing list