From ae77be4e5cbac52cd4a4422810d54a3380af5cbe Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 25 Nov 2021 17:45:38 +0100 Subject: [PATCH] profiles: add x86_64 profile Fixes: WIFI-5841 Signed-off-by: John Crispin --- profiles/x64_vmware.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 profiles/x64_vmware.yml diff --git a/profiles/x64_vmware.yml b/profiles/x64_vmware.yml new file mode 100644 index 000000000..7968e453e --- /dev/null +++ b/profiles/x64_vmware.yml @@ -0,0 +1,12 @@ +--- +profile: x64_vmware +target: x86 +subtarget: 64 +description: Vmware build image for x64 +image: bin/targets/x86/64/openwrt-x86-64-generic-ext4-combined-efi.img.gz +include: + - ucentral-ap +diffconfig: | + CONFIG_VMDK_IMAGES=y + CONFIG_ISO_IMAGES=y + CONFIG_VDI_IMAGES=y