generic: fix UBIFS build error if XZ compression is disabled

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

SVN-Revision: 34959
This commit is contained in:
Gabor Juhos 2013-01-02 08:53:07 +00:00
parent 7a25be66c3
commit 373b0b9ad1
3 changed files with 3 additions and 3 deletions

View 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",
+};

View file

@ -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",
+};

View file

@ -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",
+};