diff options
| author | Roland Reinl | 2024-12-30 07:54:56 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-01-01 21:43:26 +0000 |
| commit | 812046971e3e69428f48bc85a4d64d9e0fab5dd6 (patch) | |
| tree | 8c8b8d2fba8978ca5a2d58b9517fb76e5d1c5bef | |
| parent | a2b1aaee80cbd9e9731709f4ce5e4bdc5cc5c17e (diff) | |
| download | openwrt-812046971e3e69428f48bc85a4d64d9e0fab5dd6.tar.gz | |
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@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@hauke-m.de>
| -rw-r--r-- | target/linux/mediatek/dts/mt7986a-dlink-aquila-pro-ai-m60-a1.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |