mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
target/linux: fix Geos baudrate. (thank you Philip Prindeville)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23414 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -20,8 +20,9 @@ config X86_GRUB_SERIAL
|
|||||||
config X86_GRUB_BAUDRATE
|
config X86_GRUB_BAUDRATE
|
||||||
int "Serial port baud rate"
|
int "Serial port baud rate"
|
||||||
depends X86_GRUB_IMAGES
|
depends X86_GRUB_IMAGES
|
||||||
default 19200 if TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501 || TARGET_x86_geos
|
default 19200 if TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501
|
||||||
default 38400
|
default 38400
|
||||||
|
default 115200 if TARGET_x86_geos
|
||||||
|
|
||||||
config X86_GRUB_BOOTOPTS
|
config X86_GRUB_BOOTOPTS
|
||||||
string "Extra kernel boot options"
|
string "Extra kernel boot options"
|
||||||
|
|||||||
Reference in New Issue
Block a user