[openwrt/openwrt] mediatek: add label-mac for GL.iNet GL-MT3000

LEDE Commits lede-commits at lists.infradead.org
Fri Nov 3 18:45:43 PDT 2023


blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/ec54022549f90ba4b72ac4f089ee46510c7127e4

commit ec54022549f90ba4b72ac4f089ee46510c7127e4
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Fri Nov 3 22:05:04 2023 +0100

    mediatek: add label-mac for GL.iNet GL-MT3000
    
    The MAC-address of gmac0 matches the one printed on the bottom label.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
    (cherry picked from commit ae500e62e2938e112ae1fc6aa7389e8c7b784b13)
---
 target/linux/mediatek/dts/mt7981b-glinet-gl-mt3000.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mediatek/dts/mt7981b-glinet-gl-mt3000.dts b/target/linux/mediatek/dts/mt7981b-glinet-gl-mt3000.dts
index d916ee49ef..27e7797b3b 100644
--- a/target/linux/mediatek/dts/mt7981b-glinet-gl-mt3000.dts
+++ b/target/linux/mediatek/dts/mt7981b-glinet-gl-mt3000.dts
@@ -7,6 +7,7 @@
 	compatible = "glinet,gl-mt3000", "mediatek,mt7981";
 
 	aliases {
+		label-mac-device = &gmac0;
 		led-boot = &led_lightblue;
 		led-failsafe = &led_lightblue;
 		led-running = &led_white;




More information about the lede-commits mailing list