projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
087747c
)
tools/mtd-utils: fix build error
author
Gabor Juhos
<
[email protected]
>
Sat, 3 Mar 2012 11:12:06 +0000
(11:12 +0000)
committer
Gabor Juhos
<
[email protected]
>
Sat, 3 Mar 2012 11:12:06 +0000
(11:12 +0000)
SVN-Revision: 30797
tools/mtd-utils/patches/136-mkfs.ubifs-xz-support.patch
patch
|
blob
|
history
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 fccc0b4ded94a38948c6bf7fc6b236621a8e32d2..1e44ba4c274268c4451ffea992a2147c8e090ee4 100644
(file)
--- 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 (force
d
_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) ?