[PATCH] build: Config-images: build ISO, VMDK and VDI for x86

Paul Spooren mail at aparcar.org
Fri Sep 3 11:47:53 PDT 2021


These images are of interested for some cloud/VM people, build them by
default when running the buildbot.

Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 config/Config-images.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/Config-images.in b/config/Config-images.in
index 92720fb84d..ea50d7d399 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -259,18 +259,21 @@ menu "Target Images"
 		bool "Build LiveCD image (ISO)"
 		depends on TARGET_x86
 		depends on GRUB_IMAGES || GRUB_EFI_IMAGES
+		default BUILDBOT
 
 	config VDI_IMAGES
 		bool "Build VirtualBox image files (VDI)"
 		depends on TARGET_x86
 		depends on GRUB_IMAGES || GRUB_EFI_IMAGES
 		select PACKAGE_kmod-e1000
+		default BUILDBOT
 
 	config VMDK_IMAGES
 		bool "Build VMware image files (VMDK)"
 		depends on TARGET_x86
 		depends on GRUB_IMAGES || GRUB_EFI_IMAGES
 		select PACKAGE_kmod-e1000
+		default BUILDBOT
 
 	config TARGET_IMAGES_GZIP
 		bool "GZip images"
-- 
2.30.2




More information about the openwrt-devel mailing list