summaryrefslogtreecommitdiff
path: root/tools/mtd-utils
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-03-03 11:12:06 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-03-03 11:12:06 +0000
commit7a7d39cef307f2dd5cf271acf42323bdd305baba (patch)
treeecd27435d566fe5b50209a919233e4a1fad5b401 /tools/mtd-utils
parent087747cd4354f73e4002b07bc449862470ca6fc4 (diff)
downloadmtk-20170518-7a7d39cef307f2dd5cf271acf42323bdd305baba.zip
mtk-20170518-7a7d39cef307f2dd5cf271acf42323bdd305baba.tar.gz
mtk-20170518-7a7d39cef307f2dd5cf271acf42323bdd305baba.tar.bz2
tools/mtd-utils: fix build error
SVN-Revision: 30797
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) ?