Skip to content
Snippets Groups Projects
Commit 5c96996a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix typo in squashfs-lzma patch (thx, hauke)

SVN-Revision: 16028
parent 93360fb6
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
+config SQUASHFS_SUPPORT_LZMA +config SQUASHFS_SUPPORT_LZMA
+ bool "Support LZMA compression" + bool "Support LZMA compression"
+ depends on SQUASHFS + depends on SQUASHFS
+ select CRYPTO_LZMA + select CRYPTO_UNLZMA
+ help + help
+ By default SquashFS uses ZLIB compression, however (if your tools + By default SquashFS uses ZLIB compression, however (if your tools
+ support it, you can use LZMA instead, which saves space. + support it, you can use LZMA instead, which saves space.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment