[PATCH 3/4] x86: enable REQUIRE_IMAGE_METADATA
Jonas Lochmann
openwrt at jonaslochmann.de
Sat Jan 3 08:37:33 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/x86/base-files/lib/upgrade/platform.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/x86/base-files/lib/upgrade/platform.sh b/target/linux/x86/base-files/lib/upgrade/platform.sh
index 014a9b2373..cb22ff40b7 100644
--- a/target/linux/x86/base-files/lib/upgrade/platform.sh
+++ b/target/linux/x86/base-files/lib/upgrade/platform.sh
@@ -1,5 +1,6 @@
RAMFS_COPY_BIN='grub-bios-setup'
PERMIT_EMPTY_SUPPORTED_DEVICES=1
+REQUIRE_IMAGE_METADATA=1
platform_check_image() {
local diskdev partdev diff
--
2.47.3
More information about the openwrt-devel
mailing list