From: nbd Date: Sun, 24 May 2009 13:48:48 +0000 (+0000) Subject: fix typo in squashfs-lzma patch (thx, hauke) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=7557428c93299d9428ef49f250c7736b585b0474 fix typo in squashfs-lzma patch (thx, hauke) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16028 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.