From db91c6823383bcaeb3bf287767b734a8e6e94f2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Andr=C3=A9s=20P=C3=A9rez?= Date: Fri, 13 Feb 2026 21:28:32 +0100 Subject: [PATCH] qualcommbe: ipq95xx: require image metadata for sysupgrade checks MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Link: https://github.com/openwrt/openwrt/pull/22010 Signed-off-by: Robert Marko --- .../linux/qualcommbe/ipq95xx/base-files/lib/upgrade/platform.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/qualcommbe/ipq95xx/base-files/lib/upgrade/platform.sh b/target/linux/qualcommbe/ipq95xx/base-files/lib/upgrade/platform.sh index 5c0aacbcee9..a7711e509fa 100644 --- a/target/linux/qualcommbe/ipq95xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/qualcommbe/ipq95xx/base-files/lib/upgrade/platform.sh @@ -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' -- 2.47.3