AA: generic: fix UBIFS build error if XZ compression is disabled
authorGabor Juhos <juhosg@openwrt.org>
Wed, 2 Jan 2013 16:30:28 +0000 (16:30 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 2 Jan 2013 16:30:28 +0000 (16:30 +0000)
Backport of r34959.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34978

target/linux/generic/patches-3.3/541-ubifs-xz-decompression-support.patch

index 3c917c164c60c5d10682255d18cf2dfe04d4e8ea..3442d90db7dcaac9607a8c3cd06cb7c68cdf0f91 100644 (file)
@@ -44,7 +44,7 @@
 +      .capi_name = "xz",
 +};
 +#else
-+static struct ubifs_compressor zlib_compr = {
++static struct ubifs_compressor xz_compr = {
 +      .compr_type = UBIFS_COMPR_XZ,
 +      .name = "xz",
 +};