Author: nbd Date: 2015-03-29 06:31:21 +0200 (Sun, 29 Mar 2015) New Revision: 45113
Modified: trunk/config/Config-images.in Log: x86: clean up default grub baudrate settings Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/config/Config-images.in =================================================================== --- trunk/config/Config-images.in 2015-03-29 04:31:15 UTC (rev 45112) +++ trunk/config/Config-images.in 2015-03-29 04:31:21 UTC (rev 45113) @@ -206,10 +206,9 @@ 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" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
