build: enable gzipping of images on x86 even if ext4 is disabled
[oweals/openwrt.git] / config / Config-images.in
index f59a33613d1270934ddaa3063f58f9c1c2e7e6b4..55aff7d08757eeed704b1290ea2755189d571b1d 100644 (file)
@@ -203,6 +203,11 @@ menu "Target Images"
                default 38400 if TARGET_x86_generic
                default 115200
 
+       config GRUB_FLOWCONTROL
+               bool "Use RTE/CTS on serial console"
+               depends on GRUB_SERIAL != ""
+               default n
+
        config GRUB_BOOTOPTS
                string "Extra kernel boot options"
                depends on GRUB_IMAGES
@@ -237,7 +242,7 @@ menu "Target Images"
 
        config TARGET_IMAGES_GZIP
                bool "GZip images"
-               depends on TARGET_IMAGES_PAD || TARGET_ROOTFS_EXT4FS
+               depends on TARGET_IMAGES_PAD || TARGET_ROOTFS_EXT4FS || TARGET_x86
                default y
 
        comment "Image Options"