Config-images: tweak default settings for x86

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2021-11-29 03:16:53 +08:00
parent 097de3d38b
commit 20d63fb882
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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"