From 53434127d680e3aab0c43b1201c51baf379adbc3 Mon Sep 17 00:00:00 2001
From: lemoer <git@irrelefant.net>
Date: Wed, 15 Sep 2021 23:32:09 +0200
Subject: [PATCH] x86: don't build ext4 images

Since we're discarding the ext4 images anyways, we now stop building
them as well and save a few seconds of build time.
---
 targets/x86.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/targets/x86.inc b/targets/x86.inc
index ebefcbfac..f090a9e81 100644
--- a/targets/x86.inc
+++ b/targets/x86.inc
@@ -40,6 +40,9 @@ packages {
 	'kmod-mt7615e',
 }
 
+-- We do not use the ext4 images, so we do not want to build them.
+config('TARGET_ROOTFS_EXT4FS', false)
+
 defaults {
 	factory = '-squashfs-combined',
 	factory_ext = {'.img.gz', '.vmdk', '.vdi'},
-- 
GitLab