Skip to content

Commit

Permalink
x86: clean up default grub baudrate settings
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45113 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
Felix Fietkau committed Mar 29, 2015
1 parent 629211c commit 7bccd9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/Config-images.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7bccd9c

Please sign in to comment.