use squashfs on the gemini by default, remove broken flag
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.30 / 053-squashfs_lzma.patch
index b632e05..35208fd 100644 (file)
@@ -26,7 +26,7 @@
 +config SQUASHFS_SUPPORT_LZMA
 +      bool "Support LZMA compression"
 +      depends on SQUASHFS
-+      select CRYPTO_LZMA
++      select CRYPTO_UNLZMA
 +      help
 +        By default SquashFS uses ZLIB compression, however (if your tools
 +        support it, you can use LZMA instead, which saves space.
        if (err < 0)
                goto failed_mount;
  
-@@ -305,21 +342,16 @@ allocate_root:
+@@ -315,21 +352,16 @@ allocate_root:
        return 0;
  
  failed_mount: