diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-03 11:12:06 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-03 11:12:06 +0000 |
commit | 521ebf107519777f9f2b22cdb5a39652178f49f0 (patch) | |
tree | be17bb07aac0d2a68624e7b6d0502dada08a592a /tools | |
parent | a1458e84007d403ad6b39d776c2c64f1b6f3609f (diff) | |
download | upstream-521ebf107519777f9f2b22cdb5a39652178f49f0.tar.gz upstream-521ebf107519777f9f2b22cdb5a39652178f49f0.tar.bz2 upstream-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')
-rw-r--r-- | tools/mtd-utils/patches/136-mkfs.ubifs-xz-support.patch | 2 |
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) ? |