From: Gabor Juhos Date: Sat, 3 Mar 2012 11:12:06 +0000 (+0000) Subject: tools/mtd-utils: fix build error X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=521ebf107519777f9f2b22cdb5a39652178f49f0;p=15.05%2Fopenwrt.git tools/mtd-utils: fix build error git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30797 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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) ?