mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-07 02:17:44 +00:00
busybox: add 1.19.3 getty and modinfo fixes
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c872a748b0
commit
9d885487ea
12
package/busybox/busybox-1.19.3/busybox-1.19.3-getty.patch
Normal file
12
package/busybox/busybox-1.19.3/busybox-1.19.3-getty.patch
Normal file
@ -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
|
10
package/busybox/busybox-1.19.3/busybox-1.19.3-modinfo.patch
Normal file
10
package/busybox/busybox-1.19.3/busybox-1.19.3-modinfo.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- busybox-1.19.3/modutils/modinfo.c
|
||||||
|
+++ busybox-1.19.3-modinfo/modutils/modinfo.c
|
||||||
|
@@ -13,6 +13,7 @@
|
||||||
|
//config:config MODINFO
|
||||||
|
//config: bool "modinfo"
|
||||||
|
//config: default y
|
||||||
|
+//config: select PLATFORM_LINUX
|
||||||
|
//config: help
|
||||||
|
//config: Show information about a Linux Kernel module
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user