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 <[email protected]> --- 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 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
