summaryrefslogtreecommitdiff
path: root/package/busybox/patches/009-nfs-remount.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/patches/009-nfs-remount.patch')
-rw-r--r--package/busybox/patches/009-nfs-remount.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/busybox/patches/009-nfs-remount.patch b/package/busybox/patches/009-nfs-remount.patch
deleted file mode 100644
index e15de1a5a..000000000
--- a/package/busybox/patches/009-nfs-remount.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Nur busybox-1.18.4.orig/util-linux/mount.c busybox-1.18.4/util-linux/mount.c
---- busybox-1.18.4.orig/util-linux/mount.c 2011-03-13 02:45:40.000000000 +0100
-+++ busybox-1.18.4/util-linux/mount.c 2011-05-15 03:12:40.000000000 +0200
-@@ -1129,6 +1129,9 @@
- continue;
- case 20: // "addr" - ignore
- continue;
-+ case -1: // unknown
-+ if (vfsflags & MS_REMOUNT)
-+ continue;
- }
-
- val = xatoi_positive(opteq);