generic: fix UBIFS build error if XZ compression is disabled

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

SVN-Revision: 34959
v19.07.3_mercusys_ac12_duma
Gabor Juhos 12 years ago
parent 7a25be66c3
commit 373b0b9ad1

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

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

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

Loading…
Cancel
Save