X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.30%2F053-squashfs_lzma.patch;h=35208fd7a0cfd28d33cf8ac5d6f810d8748da0e1;hb=5c96996a7d0faf2102b87d5525c583813f85e405;hp=b632e0592668ec8217c9ebda8f13d64681d59248;hpb=f0fe3392d1b4d66713e11f8fb4e21c1d0e58e78b;p=lede-git%2F.git diff --git a/target/linux/generic-2.6/patches-2.6.30/053-squashfs_lzma.patch b/target/linux/generic-2.6/patches-2.6.30/053-squashfs_lzma.patch index b632e05926..35208fd7a0 100644 --- a/target/linux/generic-2.6/patches-2.6.30/053-squashfs_lzma.patch +++ b/target/linux/generic-2.6/patches-2.6.30/053-squashfs_lzma.patch @@ -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. @@ -188,7 +188,7 @@ if (err < 0) goto failed_mount; -@@ -305,21 +342,16 @@ allocate_root: +@@ -315,21 +352,16 @@ allocate_root: return 0; failed_mount: