From: Gabor Juhos Date: Wed, 2 Jan 2013 16:30:28 +0000 (+0000) Subject: AA: generic: fix UBIFS build error if XZ compression is disabled X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=17e0203f58b363b30a1205723622addd05e0d891;p=openwrt%2Fsvn-archive%2Farchive.git AA: generic: fix UBIFS build error if XZ compression is disabled Backport of r34959. Signed-off-by: Gabor Juhos SVN-Revision: 34978 --- diff --git a/target/linux/generic/patches-3.3/541-ubifs-xz-decompression-support.patch b/target/linux/generic/patches-3.3/541-ubifs-xz-decompression-support.patch index 3c917c164c..3442d90db7 100644 --- a/target/linux/generic/patches-3.3/541-ubifs-xz-decompression-support.patch +++ b/target/linux/generic/patches-3.3/541-ubifs-xz-decompression-support.patch @@ -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", +};