summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch')
-rw-r--r--recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch b/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
index ae21bee..872fd82 100644
--- a/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
+++ b/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
@@ -183,7 +183,7 @@ Index: dosfstools-2.11/mkdosfs/mkdosfs.c
183 program_name); 183 program_name);
184 184
185- while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v")) != EOF) 185- while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v")) != EOF)
186+ while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:v:B:")) != EOF) 186+ while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v:B:")) != EOF)
187 /* Scan the command line for options */ 187 /* Scan the command line for options */
188 switch (c) 188 switch (c)
189 { 189 {