X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d5b89889f883f4aebce0d0bc8d16db629f03428b..807dad190f2e9a4fd7651808e33d2d8992c7d700:/target/linux/generic-2.6/patches-2.6.30/053-squashfs_lzma.patch 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 aea4aced7..35208fd7a 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.