x86: added support to generate VHDX images
[openwrt/staging/chunkeey.git] / config / Config-images.in
index 92720fb84d506650267228ac631b474525aa93cb..49e5330ffe20635fc493ce7aa579a35f3a45fdd2 100644 (file)
@@ -272,6 +272,12 @@ menu "Target Images"
                depends on GRUB_IMAGES || GRUB_EFI_IMAGES
                select PACKAGE_kmod-e1000
 
+       config VHDX_IMAGES
+               bool "Build Hyper-V image files (VHDX)"
+               depends on TARGET_x86
+               depends on GRUB_IMAGES || GRUB_EFI_IMAGES
+               select PACKAGE_kmod-e1000
+
        config TARGET_IMAGES_GZIP
                bool "GZip images"
                depends on TARGET_ROOTFS_EXT4FS || TARGET_x86 || TARGET_armvirt || TARGET_malta