]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ipq40xx: fix art partition name WHW03 V1
authorAnthony Sepa <protectivedad@gmail.com>
Wed, 25 Mar 2026 20:13:43 +0000 (21:13 +0100)
committerRobert Marko <robimarko@gmail.com>
Wed, 25 Mar 2026 20:13:43 +0000 (21:13 +0100)
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 <protectivedad@gmail.com>
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ipq40xx/dts/qcom-ipq4019-whw03.dts

index 64019e81d5f9bbeec6becbde0762c3f3321872ae..6d856226f41ec308076ce5169e1b47a5b0704b71 100644 (file)
@@ -63,7 +63,7 @@
                        compatible = "block-device";
                        partitions {
                                block-partition-art {
-                                       partname = "art";
+                                       partname = "0:ART";
 
                                        nvmem-layout {
                                                compatible = "fixed-layout";