X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=config%2FConfig-images.in;h=958bda4227872648c3f2e19c15623d6b932ca8cb;hb=e408abd7fb8e2a8842726345f393236c53496933;hp=a563b38dd6d06069723e851bbab1c2ca3bfa9f0e;hpb=b872533e6808ad0b0f1d29f7b5b413fd6dda26e0;p=librecmc%2Flibrecmc.git diff --git a/config/Config-images.in b/config/Config-images.in index a563b38dd6..958bda4227 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -186,7 +186,7 @@ menu "Target Images" config GRUB_IMAGES bool "Build GRUB images (Linux x86 or x86_64 host only)" - depends on TARGET_x86_64 || (TARGET_x86 && !TARGET_x86_rdc) + depends on TARGET_x86 depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS select PACKAGE_grub2 default y @@ -206,10 +206,9 @@ menu "Target Images" config GRUB_BAUDRATE int "Serial port baud rate" depends on GRUB_IMAGES - default 19200 if TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501 - default 38400 if TARGET_x86_alix2 - default 115200 if TARGET_x86_geos || TARGET_x86_kvm_guest - default 38400 + default 38400 if TARGET_x86_generic + default 38400 if TARGET_x86_geode + default 115200 config GRUB_BOOTOPTS string "Extra kernel boot options"