From f505120278fdb752586853f4df7482150d0add3b Mon Sep 17 00:00:00 2001 From: Anthony Sepa Date: Tue, 24 Mar 2026 19:06:30 -0300 Subject: [PATCH] ipq40xx: fix art partition name WHW03 V1 In the blamed commit, the wrong partition name for ART was used. It was later discovered that the partition table uses "0:ART" instead of "art" for the ART partition name thus breaking caldata extraction. So, fix the partition name. Fixes: 274f6e5ab849 ("treewide: linksys: use nvmem MAC for hw_mac_addr") Signed-off-by: Anthony Sepa Link: https://github.com/openwrt/openwrt/pull/22596 Signed-off-by: Robert Marko --- .../files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dts b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dts index 64019e81d5f..6d856226f41 100644 --- a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dts +++ b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dts @@ -63,7 +63,7 @@ compatible = "block-device"; partitions { block-partition-art { - partname = "art"; + partname = "0:ART"; nvmem-layout { compatible = "fixed-layout"; -- 2.47.3