diff options
| author | Florian Maurer | 2025-01-03 12:28:42 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-01-03 14:48:33 +0000 |
| commit | b2b6955f80d05a8cec69f8497df8bed44cf3c64d (patch) | |
| tree | d8f088fcfcb0019423fee5428d47648c0cc00590 | |
| parent | 65aff89f641f6adccac80ee73b02b99a904739d5 (diff) | |
| download | openwrt-b2b6955f80d05a8cec69f8497df8bed44cf3c64d.tar.gz | |
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@outlook.de>
Link: https://github.com/openwrt/openwrt/pull/17467
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-fritzbox-7530.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |