[openwrt/openwrt] ipq40xx: fix label MAC address for Linksys WHW03 v2

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 9 02:11:47 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/38d79aca0eb22218b5dcc2ada98cde4bb734bc9c

commit 38d79aca0eb22218b5dcc2ada98cde4bb734bc9c
Author: Florian Maurer <f.maurer at outlook.de>
AuthorDate: Thu Jan 9 00:46:18 2025 +0100

    ipq40xx: fix label MAC address for Linksys WHW03 v2
    
    The label MAC address is written inside the case of the whw03 v2 at the bottom.
    
    Similar fix as to the 4040 in b22d382ae4eaa1af42930115d91855f402314cac
    
    Signed-off-by: Florian Maurer <f.maurer at outlook.de>
    Link: https://github.com/openwrt/openwrt/pull/17535
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit c113982706989c76c69e94e15abce0d316e97f6b)
---
 .../ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dtsi    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dtsi b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dtsi
index cb12381022..6c9eaadd77 100644
--- a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dtsi
+++ b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dtsi
@@ -8,12 +8,12 @@
 
 / {
 	aliases {
-		// TODO: Verify if the ethernet0 alias is needed
 		ethernet0 = &gmac;
 		led-boot = &led_blue;
 		led-failsafe = &led_red;
 		led-running = &led_blue;
 		led-upgrade = &led_red;
+		label-mac-device = &gmac;
 	};
 
 	soc {




More information about the lede-commits mailing list