PATCH: Disable console terminal in Grub for alix2 target
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 12 Apr 2012 23:30:27 +0000 (23:30 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 12 Apr 2012 23:30:27 +0000 (23:30 +0000)
The alix2 target has the VGA console for grub enabled by default. This
prevents the grub menu from appearing on bootup. It is disabled by
default for the other embedded x86 platforms. This patch corrects that
behavior for the alix2 target.

Signed-off-by: Adam Gensler <openwrt@kristenandadam.net>
SVN-Revision: 31270

target/linux/x86/image/Config.in

index fba5da7ad1758c3a35d9d4dec144c2f29e4928f2..a4048c9764b6e00d610783d9a0ba31f9f642b44b 100644 (file)
@@ -23,7 +23,7 @@ config X86_GRUB_IMAGES
 config X86_GRUB_CONSOLE
        bool "Use Console Terminal (in addition to Serial)"
        depends X86_GRUB_IMAGES
-       default n if (TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501 || TARGET_x86_geos)
+       default n if (TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501 || TARGET_x86_geos || TARGET_x86_alix2)
        default y
 
 config X86_GRUB_SERIAL