1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 21:17:08 +03:00
openwrt-xburst/package/busybox/patches/000-upstream-getty.patch
nico 75c8653686 package/busybox: update to 1.19.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-03 15:55:23 +00:00

13 lines
291 B
Diff

--- a/loginutils/getty.c
+++ b/loginutils/getty.c
@@ -271,7 +271,9 @@ static void termios_init(int speed)
#ifdef CMSPAR
| CMSPAR /* mark or space parity */
#endif
+#ifdef CBAUD
| CBAUD /* (output) baud rate */
+#endif
#ifdef CBAUDEX
| CBAUDEX /* (output) baud rate */
#endif