mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix typo in squashfs-lzma patch (thx, hauke)
SVN-Revision: 16028
This commit is contained in:
parent
93360fb62d
commit
5c96996a7d
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user