X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=config%2FConfig-images.in;h=55aff7d08757eeed704b1290ea2755189d571b1d;hb=a8f63a0717f553e0a1b37ee9212fc4cb2a801426;hp=f59a33613d1270934ddaa3063f58f9c1c2e7e6b4;hpb=ab20c638b6c6a204482a721eead6f3f1b33288c5;p=openwrt%2Fstaging%2Flynxis.git diff --git a/config/Config-images.in b/config/Config-images.in index f59a33613d..55aff7d087 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -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"