[openwrt/openwrt] ipq40xx: orbi: add ethernet0 alias
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 29 01:04:55 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/1eff73790644fd21da61f7064d6eecae32e4d64b
commit 1eff73790644fd21da61f7064d6eecae32e4d64b
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sat Dec 28 20:53:12 2024 +0100
ipq40xx: orbi: add ethernet0 alias
Netgear Orbi devices rely on ethernet0 alias to be present to U-Boot will
populate the MAC.
This fixes the random MAC on each boot after the ethernet0 alias was
dropped from the SoC DTSI.
Fixes: cd9c7211241e ("ipq40xx: 6.1: use latest DSA and ethernet patches")
Fixes: #17384
Link: https://github.com/openwrt/openwrt/pull/17414
Signed-off-by: Robert Marko <robimarko at gmail.com>
(cherry picked from commit 9ea174c7bf64ec34e96871ce223d7a597ca80d26)
---
.../ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-orbi.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-orbi.dtsi b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-orbi.dtsi
index 0418176066..e3024ed663 100644
--- a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-orbi.dtsi
+++ b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-orbi.dtsi
@@ -12,6 +12,7 @@
led-failsafe = &led_status_red;
led-running = &led_status_green;
led-upgrade = &led_status_blue;
+ ethernet0 = &gmac;
label-mac-device = &gmac;
};
More information about the lede-commits
mailing list