qualcommbe: ipq95xx: require image metadata for sysupgrade checks
authorMario Andrés Pérez <mapb_@outlook.com>
Fri, 13 Feb 2026 20:28:32 +0000 (21:28 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 13 Feb 2026 20:42:09 +0000 (21:42 +0100)
Add the flag required to enforce the fwtool's image metadata checks.
All sysupgrade image recipes on this platform already append the metadata.

Fixes: 93173aee96e7496f3ff158046d3d19cd42c2e031 ("qualcommbe: ipq95xx: Add initial support for new target")
Signed-off-by: Mario Andrés Pérez <mapb_@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/22010
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommbe/ipq95xx/base-files/lib/upgrade/platform.sh

index 5c0aacbcee9a81e51715b2993eb544ca691f6048..a7711e509faf88a3d01ca03af01d626472ac62b7 100644 (file)
@@ -1,4 +1,5 @@
 PART_NAME=firmware
+REQUIRE_IMAGE_METADATA=1
 
 RAMFS_COPY_BIN='fw_printenv fw_setenv head'
 RAMFS_COPY_DATA='/etc/fw_env.config /var/lock/fw_printenv.lock'