projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] add bcm96338W2 e7t board (D-Link 2640U/BRU/C, #7558)
[openwrt.git]
/
target
/
linux
/
x86
/
image
/
Config.in
diff --git
a/target/linux/x86/image/Config.in
b/target/linux/x86/image/Config.in
index
ac7510e
..
8467f48
100644
(file)
--- a/
target/linux/x86/image/Config.in
+++ b/
target/linux/x86/image/Config.in
@@
-8,7
+8,7
@@
config X86_GRUB_IMAGES
config X86_GRUB_CONSOLE
bool "Use Console Terminal (in addition to Serial)"
depends 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)
+ default n if (TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501
|| TARGET_x86_geos
)
default y
config X86_GRUB_SERIAL
default y
config X86_GRUB_SERIAL
@@
-22,6
+22,7
@@
config X86_GRUB_BAUDRATE
depends X86_GRUB_IMAGES
default 19200 if TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501
default 38400
depends X86_GRUB_IMAGES
default 19200 if TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501
default 38400
+ default 115200 if TARGET_x86_geos
config X86_GRUB_BOOTOPTS
string "Extra kernel boot options"
config X86_GRUB_BOOTOPTS
string "Extra kernel boot options"
This page took
0.023859 seconds
and
4
git commands to generate.