1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

* Make sure that Geos baud-rate defaults correctly Changeset 23414 somehow got reordered. The unconditional default trumps later settings.

contributed by Philip Prindeville

SVN-Revision: 25068
This commit is contained in:
John Crispin 2011-01-22 23:10:51 +00:00
parent deb9a1f3e7
commit 275c33c6f8

@ -21,8 +21,8 @@ config X86_GRUB_BAUDRATE
int "Serial port baud rate"
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
default 38400
config X86_GRUB_BOOTOPTS
string "Extra kernel boot options"