aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/busybox/1.7.4')
-rw-r--r--patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff b/patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff
index 58fdd46..f804523 100644
--- a/patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff
+++ b/patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff
@@ -36,3 +36,15 @@ diff -ur busybox-1.7.4.orig/util-linux/mount.c busybox-1.7.4/util-linux/mount.c
if (opt & 0x1) append_mount_options(&cmdopts, opt_o); // -o
//if (opt & 0x2) // -t
if (opt & 0x4) append_mount_options(&cmdopts, "ro"); // -r
+diff -ur busybox-1.7.4.orig/util-linux/umount.c busybox-1.7.4/util-linux/umount.c
+--- busybox-1.7.4.orig/util-linux/umount.c 2007-09-03 06:48:56.000000000 -0500
++++ busybox-1.7.4/util-linux/umount.c 2008-11-13 16:13:03.000000000 -0600
+@@ -12,7 +12,7 @@
+ #include <getopt.h>
+ #include "libbb.h"
+
+-#define OPTION_STRING "flDnravdt:"
++#define OPTION_STRING "flDnravdt:i"
+ #define OPT_FORCE 1
+ #define OPT_LAZY 2
+ #define OPT_DONTFREELOOP 4