diff options
author | David Bauer <mail@david-bauer.net> | 2023-11-03 22:05:04 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2023-11-04 02:45:23 +0100 |
commit | ec54022549f90ba4b72ac4f089ee46510c7127e4 (patch) | |
tree | 7701fad340a6222b233b0413e8d76b60b5c9b340 | |
parent | 610ae4d344bd283e5e77cbfda7bb28ccb9e99263 (diff) | |
download | upstream-ec54022549f90ba4b72ac4f089ee46510c7127e4.tar.gz upstream-ec54022549f90ba4b72ac4f089ee46510c7127e4.tar.bz2 upstream-ec54022549f90ba4b72ac4f089ee46510c7127e4.zip |
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@david-bauer.net>
(cherry picked from commit ae500e62e2938e112ae1fc6aa7389e8c7b784b13)
-rw-r--r-- | target/linux/mediatek/dts/mt7981b-glinet-gl-mt3000.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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; |