From 37c03cf5b81de8300c439e4cf8ec3206a376ad70 Mon Sep 17 00:00:00 2001 From: juhosg Date: Wed, 2 Jan 2013 16:30:28 +0000 Subject: [PATCH] AA: generic: fix UBIFS build error if XZ compression is disabled Backport of r34959. Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34978 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/generic/patches-3.3/541-ubifs-xz-decompression-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3c917c1..3442d90 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", +}; -- 2.11.0