projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2900f69
)
x86: clean up default grub baudrate settings
author
Felix Fietkau
<
[email protected]
>
Sun, 29 Mar 2015 04:31:21 +0000
(
04:31
+0000)
committer
Felix Fietkau
<
[email protected]
>
Sun, 29 Mar 2015 04:31:21 +0000
(
04:31
+0000)
Signed-off-by: Felix Fietkau <
[email protected]
>
SVN-Revision: 45113
config/Config-images.in
patch
|
blob
|
history
diff --git
a/config/Config-images.in
b/config/Config-images.in
index a563b38dd6d06069723e851bbab1c2ca3bfa9f0e..a60dd5078a0d8d7841e4eb54504aac7662bdf151 100644
(file)
--- a/
config/Config-images.in
+++ b/
config/Config-images.in
@@
-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"