Changeset 23414 somehow got reordered.  The unconditional default trumps later 
settings.

Index: target/linux/x86/image/Config.in
===================================================================
--- target/linux/x86/image/Config.in    (revision 25067)
+++ target/linux/x86/image/Config.in    (working copy)
@@ -21,8 +21,8 @@
        int "Serial port baud rate"
        depends X86_GRUB_IMAGES
        default 19200 if TARGET_x86_generic_Soekris45xx || 
TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501
+       default 115200 if TARGET_x86_geos
        default 38400
-       default 115200 if TARGET_x86_geos
 
 config X86_GRUB_BOOTOPTS
        string "Extra kernel boot options"
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to