diff options
Diffstat (limited to 'package/busybox/busybox-1.19.3/busybox-1.19.3-getty.patch')
-rw-r--r-- | package/busybox/busybox-1.19.3/busybox-1.19.3-getty.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/busybox/busybox-1.19.3/busybox-1.19.3-getty.patch b/package/busybox/busybox-1.19.3/busybox-1.19.3-getty.patch new file mode 100644 index 000000000..84dad6f1b --- /dev/null +++ b/package/busybox/busybox-1.19.3/busybox-1.19.3-getty.patch @@ -0,0 +1,12 @@ +--- busybox-1.19.3/loginutils/getty.c ++++ busybox-1.19.3-getty/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 |