diff options
| author | David Bauer | 2021-08-27 23:34:08 +0000 |
|---|---|---|
| committer | David Bauer | 2021-08-27 23:35:02 +0000 |
| commit | 90e167abaae80a59c8780d3305f8e1260d9f1339 (patch) | |
| tree | e2d69de2689b7d72cc7290b1afcf9a905c63ffe9 | |
| parent | 9c965893ed8065df4c5ac0ba730968d215e5dc91 (diff) | |
| download | openwrt-90e167abaae80a59c8780d3305f8e1260d9f1339.tar.gz | |
ramips: add label-mac for TL-MR3020 v3
The TP-Link TL-MR3020 v3 only has a single MAC address assigned for
ethernet LAN as well as WiFi. This MAC address is also printed on the
casing.
Signed-off-by: David Bauer <mail@david-bauer.net>
| -rw-r--r-- | target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts b/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts index ee47d2c31a..8860e53efc 100644 --- a/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts +++ b/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts @@ -12,6 +12,7 @@ led-failsafe = &led_power; led-running = &led_power; led-upgrade = &led_power; + label-mac-device = ðernet; }; chosen { |