[openwrt/openwrt] mediatek: Fix primary MAC of D-Link M60

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 1 08:28:45 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/616621120bf2ba460b99d6c814b629a01be8a5d0

commit 616621120bf2ba460b99d6c814b629a01be8a5d0
Author: Roland Reinl <reinlroland+github at gmail.com>
AuthorDate: Mon Dec 30 08:54:56 2024 +0100

    mediatek: Fix primary MAC of D-Link M60
    
    During port to gluon, I saw that the primary mac is not correct. Updated DTS accordingly.
    
    Signed-off-by: Roland Reinl <reinlroland+github at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/17429
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/dts/mt7986a-dlink-aquila-pro-ai-m60-a1.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mediatek/dts/mt7986a-dlink-aquila-pro-ai-m60-a1.dts b/target/linux/mediatek/dts/mt7986a-dlink-aquila-pro-ai-m60-a1.dts
index a95c069156..e805554a13 100644
--- a/target/linux/mediatek/dts/mt7986a-dlink-aquila-pro-ai-m60-a1.dts
+++ b/target/linux/mediatek/dts/mt7986a-dlink-aquila-pro-ai-m60-a1.dts
@@ -17,6 +17,7 @@
 		led-failsafe = &led_status_red;
 		led-running = &led_status_white;
 		led-upgrade = &led_status_blue;
+		label-mac-device = &gmac0;
 	};
 
 	chosen {




More information about the lede-commits mailing list