generic: fix UBIFS build error if XZ compression is disabled

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34959 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2013-01-02 08:53:07 +00:00
parent c1e3448510
commit 353ed2ea80
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",
+};