summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.6/541-ubifs-xz-decompression-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-3.6/541-ubifs-xz-decompression-support.patch')
-rw-r--r--target/linux/generic/patches-3.6/541-ubifs-xz-decompression-support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.6/541-ubifs-xz-decompression-support.patch b/target/linux/generic/patches-3.6/541-ubifs-xz-decompression-support.patch
index e69c7f1d0..4e15a771a 100644
--- a/target/linux/generic/patches-3.6/541-ubifs-xz-decompression-support.patch
+++ b/target/linux/generic/patches-3.6/541-ubifs-xz-decompression-support.patch
@@ -42,7 +42,7 @@
+ .capi_name = "xz",
+};
+#else
-+static struct ubifs_compressor zlib_compr = {
++static struct ubifs_compressor xz_compr = {
+ .compr_type = UBIFS_COMPR_XZ,
+ .name = "xz",
+};