package/busybox: passwd: use MD5 hash by default (like it used to be)
[openwrt.git] / package / busybox / patches / 000-upstream-getty.patch
1 --- a/loginutils/getty.c
2 +++ b/loginutils/getty.c
3 @@ -271,7 +271,9 @@ static void termios_init(int speed)
4 #ifdef CMSPAR
5 | CMSPAR /* mark or space parity */
6 #endif
7 +#ifdef CBAUD
8 | CBAUD /* (output) baud rate */
9 +#endif
10 #ifdef CBAUDEX
11 | CBAUDEX /* (output) baud rate */
12 #endif
This page took 0.047063 seconds and 5 git commands to generate.