diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 04:31:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 04:31:21 +0000 |
commit | 7bccd9c7342e9db5d4b6c3d466ed4b76a111c6db (patch) | |
tree | 40dcf4385b7958996298f02954183038421ab1dc | |
parent | 629211cefab96f54128a6e917ffab16c490ac116 (diff) | |
download | upstream-7bccd9c7342e9db5d4b6c3d466ed4b76a111c6db.tar.gz upstream-7bccd9c7342e9db5d4b6c3d466ed4b76a111c6db.tar.bz2 upstream-7bccd9c7342e9db5d4b6c3d466ed4b76a111c6db.zip |
x86: clean up default grub baudrate settings
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45113 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | config/Config-images.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index a563b38dd6..a60dd5078a 100644 --- 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" |