[openwrt/openwrt] ipq40xx: fix label MAC address for FritzBox 7520/7530

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 3 06:48:38 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b2b6955f80d05a8cec69f8497df8bed44cf3c64d

commit b2b6955f80d05a8cec69f8497df8bed44cf3c64d
Author: Florian Maurer <f.maurer at outlook.de>
AuthorDate: Fri Jan 3 13:28:42 2025 +0100

    ipq40xx: fix label MAC address for FritzBox 7520/7530
    
    The MAC address of the GMAC is contained inside the CWMP-Account number on the label.
    
    Similar fix as to the 4040 in b22d382ae4eaa1af42930115d91855f402314cac
    Link #13240
    
    Signed-off-by: Florian Maurer <f.maurer at outlook.de>
    Link: https://github.com/openwrt/openwrt/pull/17467
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 .../files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-fritzbox-7530.dts      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-fritzbox-7530.dts b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-fritzbox-7530.dts
index 2344ae7bf8..4f6cafb885 100644
--- a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-fritzbox-7530.dts
+++ b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-fritzbox-7530.dts
@@ -19,6 +19,7 @@
 		led-failsafe = &info_red;
 		led-running = &power_green;
 		led-upgrade = &info_red;
+		label-mac-device = &gmac;
 	};
 
 	soc {




More information about the lede-commits mailing list