diff options
author | Fabian Bläse <fabian@blaese.de> | 2021-07-19 21:54:29 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-08-05 22:55:39 +0200 |
commit | c36e9f891b5bf6f31e98dc8d701fc60118ef510f (patch) | |
tree | 23b228bf2acf6f3a5cc9842490883892dfd7acf6 /target/linux/ramips/dts | |
parent | e3096c384ca918639f58162269119bf51c532371 (diff) | |
download | upstream-c36e9f891b5bf6f31e98dc8d701fc60118ef510f.tar.gz upstream-c36e9f891b5bf6f31e98dc8d701fc60118ef510f.tar.bz2 upstream-c36e9f891b5bf6f31e98dc8d701fc60118ef510f.zip |
ramips: add missing label-mac-device for Xiaomi Mi Router 4A (100M)
As both the Mi Router 4A (100M) and the Mi Router 4C use the same
label-mac-device, the alias can be moved to the shared dtsi.
Signed-off-by: Fabian Bläse <fabian@blaese.de>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4.dtsi b/target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4.dtsi index 0f5897f5c5..d3f5e33be7 100644 --- a/target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4.dtsi +++ b/target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4.dtsi @@ -11,6 +11,7 @@ led-failsafe = &led_power_yellow; led-running = &led_power_blue; led-upgrade = &led_power_yellow; + label-mac-device = ðernet; }; chosen { |