PATCH: Disable console terminal in Grub for alix2 target
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
This commit is contained in:
parent
3cb72f38fd
commit
4b230e19fc
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ config X86_GRUB_IMAGES
|
||||||
config X86_GRUB_CONSOLE
|
config X86_GRUB_CONSOLE
|
||||||
bool "Use Console Terminal (in addition to Serial)"
|
bool "Use Console Terminal (in addition to Serial)"
|
||||||
depends X86_GRUB_IMAGES
|
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
|
default y
|
||||||
|
|
||||||
config X86_GRUB_SERIAL
|
config X86_GRUB_SERIAL
|
||||||
|
|
Loading…
Reference in a new issue