From 20d63fb882fcc9f0c90a7652320a6f9c35f0a739 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 29 Nov 2021 03:16:53 +0800 Subject: [PATCH] Config-images: tweak default settings for x86 Signed-off-by: Tianling Shen --- config/Config-images.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/Config-images.in b/config/Config-images.in index 9ac09b1602..ad6d4f07f0 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -78,7 +78,6 @@ menu "Target Images" menuconfig TARGET_ROOTFS_EXT4FS bool "ext4" default y if USES_EXT4 - default n if TARGET_x86 help Build an ext4 root filesystem. @@ -269,13 +268,11 @@ menu "Target Images" depends on TARGET_x86 depends on GRUB_IMAGES || GRUB_EFI_IMAGES select PACKAGE_kmod-e1000 - default y config TARGET_IMAGES_GZIP bool "GZip images" depends on TARGET_ROOTFS_EXT4FS || TARGET_x86 default y - default n if TARGET_x86 comment "Image Options"