From: Felix Fietkau Date: Sun, 24 May 2009 13:48:48 +0000 (+0000) Subject: fix typo in squashfs-lzma patch (thx, hauke) X-Git-Tag: reboot~23465 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=5c96996a7d0faf2102b87d5525c583813f85e405 fix typo in squashfs-lzma patch (thx, hauke) SVN-Revision: 16028 --- 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.