From 40e1e6014b7a542f2bfa91354126c27b187f407a Mon Sep 17 00:00:00 2001 From: Ycarus Date: Mon, 3 Jun 2019 07:55:01 +0200 Subject: [PATCH] Fix VHDX images --- patches/images.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/images.patch b/patches/images.patch index 3382bb78..62e7cc4e 100644 --- a/patches/images.patch +++ b/patches/images.patch @@ -20,7 +20,7 @@ endef endif -+ifneq ($(CONFIG_HYPERV_IMAGES),) ++ifneq ($(CONFIG_VHDX_IMAGES),) + define Image/Build/hyperv + rm $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).vhdx || true + qemu-img convert -f raw -O vhdx \