summaryrefslogtreecommitdiff
path: root/tools/mtd-utils
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mtd-utils')
-rw-r--r--tools/mtd-utils/patches/136-mkfs.ubifs-xz-support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mtd-utils/patches/136-mkfs.ubifs-xz-support.patch b/tools/mtd-utils/patches/136-mkfs.ubifs-xz-support.patch
index fccc0b4..1e44ba4 100644
--- a/tools/mtd-utils/patches/136-mkfs.ubifs-xz-support.patch
+++ b/tools/mtd-utils/patches/136-mkfs.ubifs-xz-support.patch
@@ -365,7 +365,7 @@
- break;
- }
+ printf("\tcompr: %s\n", get_compr_str(c->default_compr));
-+ if (forced_compr_set)
++ if (force_compr_set)
+ printf("\tforced compr: %s\n",
+ get_compr_str(force_compr));
printf("\tkeyhash: %s\n", (c->key_hash == key_r5_hash) ?