diff options
-rw-r--r-- | recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch | 2 | ||||
-rw-r--r-- | recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch | 4 |
2 files changed, 3 insertions, 3 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 | { |
diff --git a/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch b/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch index 3ba4711..9643932 100644 --- a/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch +++ b/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch | |||
@@ -609,8 +609,8 @@ Index: dosfstools-2.11/mkdosfs/mkdosfs.c | |||
609 | printf ("%s " VERSION " (" VERSION_DATE ")\n", | 609 | printf ("%s " VERSION " (" VERSION_DATE ")\n", |
610 | program_name); | 610 | program_name); |
611 | 611 | ||
612 | - while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:v:B:")) != EOF) | 612 | - while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v:B:")) != EOF) |
613 | + while ((c = getopt (argc, argv, "AbcCd:f:F:Ii:l:m:n:r:R:s:S:v:B:")) != EOF) | 613 | + while ((c = getopt (argc, argv, "AbcCd:f:F:Ii:l:m:n:r:R:s:S:h:v:B:")) != EOF) |
614 | /* Scan the command line for options */ | 614 | /* Scan the command line for options */ |
615 | switch (c) | 615 | switch (c) |
616 | { | 616 | { |