mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 06:45:31 +02:00
[geos]
* Make sure that Geos baud-rate defaults correctly Changeset 23414 somehow got reordered. The unconditional default trumps later settings. contributed by Philip Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25068 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
beb4d761ed
commit
f3cd157b43
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user