diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-24 13:48:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-24 13:48:48 +0000 |
commit | 5c96996a7d0faf2102b87d5525c583813f85e405 (patch) | |
tree | 22f255f5eb7d30a5ccf687989256ef7ef945f0a5 /target/linux/generic-2.6/patches-2.6.30 | |
parent | 93360fb62db9e7010ec55fc25858fb0523b7a56d (diff) | |
download | upstream-5c96996a7d0faf2102b87d5525c583813f85e405.tar.gz upstream-5c96996a7d0faf2102b87d5525c583813f85e405.tar.bz2 upstream-5c96996a7d0faf2102b87d5525c583813f85e405.zip |
fix typo in squashfs-lzma patch (thx, hauke)
SVN-Revision: 16028
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.30')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.30/053-squashfs_lzma.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 aea4aced70..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. |