apply BusyBox 1.19.3 hotfixes
authorDennis Groenen <tj.groenen@gmail.com>
Tue, 22 Nov 2011 18:58:20 +0000 (19:58 +0100)
committerDennis Groenen <tj.groenen@gmail.com>
Tue, 22 Nov 2011 18:58:20 +0000 (19:58 +0100)
debian/patches/hotfixes/busybox-1.19.3-getty.patch [new file with mode: 0644]
debian/patches/hotfixes/busybox-1.19.3-modinfo.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/hotfixes/busybox-1.19.3-getty.patch b/debian/patches/hotfixes/busybox-1.19.3-getty.patch
new file mode 100644 (file)
index 0000000..84dad6f
--- /dev/null
@@ -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
diff --git a/debian/patches/hotfixes/busybox-1.19.3-modinfo.patch b/debian/patches/hotfixes/busybox-1.19.3-modinfo.patch
new file mode 100644 (file)
index 0000000..9dd5c10
--- /dev/null
@@ -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
index 9e1bbc5..129139b 100644 (file)
@@ -21,6 +21,8 @@ showkey-default-option.patch
 ps-accept-and-ignore-missing-options.patch
 
 #Hotfixes
+hotfixes/busybox-1.19.3-getty.patch
+hotfixes/busybox-1.19.3-modinfo.patch
 
 #Patched pulled from busybox git
 git-backports/0001-lineedit-fix-atomic-replace-of-history-file-hush-fix.patch