diff options
| author | Mario Andrés Pérez | 2026-02-13 20:28:32 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-02-13 20:42:09 +0000 |
| commit | db91c6823383bcaeb3bf287767b734a8e6e94f2f (patch) | |
| tree | 76a5a2ddf4ed159d8461fe1e541467216789c5e2 | |
| parent | 785492e4c140cf0c9bc94086f34dc0411474934d (diff) | |
| download | openwrt-db91c6823383bcaeb3bf287767b734a8e6e94f2f.tar.gz | |
qualcommbe: ipq95xx: require image metadata for sysupgrade checks
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>
| -rw-r--r-- | target/linux/qualcommbe/ipq95xx/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 5c0aacbcee..a7711e509f 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' |