From: Gabor Juhos Date: Sat, 3 Mar 2012 11:12:06 +0000 (+0000) Subject: tools/mtd-utils: fix build error X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a93dc5b760f0cb5749b4464dc1e17b3d51543a75;p=openwrt%2Fsvn-archive%2Farchive.git tools/mtd-utils: fix build error SVN-Revision: 30797 --- 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) ?