mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 19:31:52 +00:00
Fix VHDX images
This commit is contained in:
parent
ccd48b1b1a
commit
40e1e6014b
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue