kernel: update bcma and ssb to version from wireless-testing/master tag master-2013...
[openwrt.git] / target / linux / generic / patches-3.6 / 541-ubifs-xz-decompression-support.patch
index 212670f..4e15a77 100644 (file)
@@ -1,6 +1,6 @@
 --- a/fs/ubifs/Kconfig
 +++ b/fs/ubifs/Kconfig
-@@ -5,8 +5,10 @@
+@@ -5,8 +5,10 @@ config UBIFS_FS
        select CRYPTO if UBIFS_FS_ADVANCED_COMPR
        select CRYPTO if UBIFS_FS_LZO
        select CRYPTO if UBIFS_FS_ZLIB
@@ -11,7 +11,7 @@
        depends on MTD_UBI
        help
          UBIFS is a file system for flash devices which works on top of UBI.
-@@ -35,3 +37,12 @@
+@@ -35,3 +37,12 @@ config UBIFS_FS_ZLIB
        default y
        help
          Zlib compresses better than LZO but it is slower. Say 'Y' if unsure.
@@ -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",
 +};