aboutsummaryrefslogtreecommitdiffstats
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
commit521ebf107519777f9f2b22cdb5a39652178f49f0 (patch)
treebe17bb07aac0d2a68624e7b6d0502dada08a592a /tools/mtd-utils
parenta1458e84007d403ad6b39d776c2c64f1b6f3609f (diff)
downloadmaster-187ad058-521ebf107519777f9f2b22cdb5a39652178f49f0.tar.gz
master-187ad058-521ebf107519777f9f2b22cdb5a39652178f49f0.tar.bz2
master-187ad058-521ebf107519777f9f2b22cdb5a39652178f49f0.zip
tools/mtd-utils: fix build error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30797 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 fccc0b4ded..1e44ba4c27 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) ?