[openwrt/openwrt] mediatek: Fix primary MAC of D-Link M60
LEDE Commits
lede-commits at lists.infradead.org
Wed Jan 1 13:44:22 PST 2025
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/812046971e3e69428f48bc85a4d64d9e0fab5dd6
commit 812046971e3e69428f48bc85a4d64d9e0fab5dd6
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
(cherry picked from commit 616621120bf2ba460b99d6c814b629a01be8a5d0)
Link: https://github.com/openwrt/openwrt/pull/17449
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