package/busybox: update to 1.19.3
SVN-Revision: 28725
This commit is contained in:
12
package/busybox/patches/000-upstream-getty.patch
Normal file
12
package/busybox/patches/000-upstream-getty.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- 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
|
||||
Reference in New Issue
Block a user