[PATCH 4/4] armsr: enable REQUIRE_IMAGE_METADATA
Jonas Lochmann
openwrt at jonaslochmann.de
Sat Jan 3 08:38:08 PST 2026
This could not be done previously because the images did not contain
the metadata. The metadata is required for some pre upgrade
compatibility checks.
Signed-off-by: Jonas Lochmann <openwrt at jonaslochmann.de>
---
target/linux/armsr/base-files/lib/upgrade/platform.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/armsr/base-files/lib/upgrade/platform.sh b/target/linux/armsr/base-files/lib/upgrade/platform.sh
index 63e85b06b6..ff7d356d62 100644
--- a/target/linux/armsr/base-files/lib/upgrade/platform.sh
+++ b/target/linux/armsr/base-files/lib/upgrade/platform.sh
@@ -2,6 +2,7 @@
RAMFS_COPY_BIN="/usr/sbin/blkid"
PERMIT_EMPTY_SUPPORTED_DEVICES=1
+REQUIRE_IMAGE_METADATA=1
platform_check_image() {
local board=$(board_name)
--
2.47.3
More information about the openwrt-devel
mailing list