diff options
| author | David Bauer | 2023-11-03 21:05:04 +0000 |
|---|---|---|
| committer | David Bauer | 2023-11-04 01:45:23 +0000 |
| commit | ec54022549f90ba4b72ac4f089ee46510c7127e4 (patch) | |
| tree | 7701fad340a6222b233b0413e8d76b60b5c9b340 | |
| parent | 610ae4d344bd283e5e77cbfda7bb28ccb9e99263 (diff) | |
| download | openwrt-ec54022549f90ba4b72ac4f089ee46510c7127e4.tar.gz | |
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; |