From 52063ff831d0781749a8d65577bd009792206a30 Mon Sep 17 00:00:00 2001 From: Anthony Sepa Date: Wed, 25 Mar 2026 21:13:43 +0100 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: ee5999cf78d8 ("treewide: linksys: use nvmem MAC for hw_mac_addr") Signed-off-by: Anthony Sepa Signed-off-by: Robert Marko --- target/linux/ipq40xx/dts/qcom-ipq4019-whw03.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq40xx/dts/qcom-ipq4019-whw03.dts b/target/linux/ipq40xx/dts/qcom-ipq4019-whw03.dts index 64019e81d5..6d856226f4 100644 --- a/target/linux/ipq40xx/dts/qcom-ipq4019-whw03.dts +++ b/target/linux/ipq40xx/dts/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";