[openwrt/openwrt] ramips: add missing label-mac-device for Xiaomi Mi Router 4A (100M)
LEDE Commits
lede-commits at lists.infradead.org
Thu Aug 5 13:55:53 PDT 2021
blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c36e9f891b5bf6f31e98dc8d701fc60118ef510f
commit c36e9f891b5bf6f31e98dc8d701fc60118ef510f
Author: Fabian Bläse <fabian at blaese.de>
AuthorDate: Mon Jul 19 21:54:29 2021 +0200
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 at blaese.de>
---
target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4.dtsi | 1 +
1 file changed, 1 insertion(+)
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 {
More information about the lede-commits
mailing list