fix typo in squashfs-lzma patch (thx, hauke)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 May 2009 13:48:48 +0000 (13:48 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 May 2009 13:48:48 +0000 (13:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16028 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic-2.6/patches-2.6.30/053-squashfs_lzma.patch

index aea4aced709a8fbd184e8edfaa8ab9d038333819..35208fd7a0cfd28d33cf8ac5d6f810d8748da0e1 100644 (file)
@@ -26,7 +26,7 @@
 +config SQUASHFS_SUPPORT_LZMA
 +      bool "Support LZMA compression"
 +      depends on SQUASHFS
 +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.
 +      help
 +        By default SquashFS uses ZLIB compression, however (if your tools
 +        support it, you can use LZMA instead, which saves space.