[openwrt/openwrt] ipq40xx: re-add label MAC address for FritzBox 4040

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 23 01:25:57 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/87fbb5085d7e290b0ba536ad7d0876c4224723a6

commit 87fbb5085d7e290b0ba536ad7d0876c4224723a6
Author: Fabian Bläse <fabian at blaese.de>
AuthorDate: Sun Aug 6 19:57:16 2023 +0200

    ipq40xx: re-add label MAC address for FritzBox 4040
    
    The MAC address of the GMAC is contained inside the CWMP-Account
    number on the label.
    
    The label MAC address alias was defined previously, but it has been
    removed with the switch to IPQESS / DSA.
    
    Restore the label MAC address alias.
    
    Fixes: 27b441cbaf42 ("ipq40xx: drop ESSEDMA + AR40xx DTS nodes")
    Signed-off-by: Fabian Bläse <fabian at blaese.de>
    Reviewed-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit b22d382ae4eaa1af42930115d91855f402314cac)
    Signed-off-by: Tom Herbers <mail at tomherbers.de>
    Link: https://github.com/openwrt/openwrt/pull/16459
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 .../linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-fritzbox-4040.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-fritzbox-4040.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-fritzbox-4040.dts
index e448206c36..ec1112ee2b 100644
--- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-fritzbox-4040.dts
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-fritzbox-4040.dts
@@ -14,6 +14,7 @@
 		led-failsafe = &flash;
 		led-running = &power;
 		led-upgrade = &flash;
+		label-mac-device = &gmac;
 	};
 
 	soc {




More information about the lede-commits mailing list