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 | 2b9ab8ceca539a74d8d01b4efe9b71a8d5fee447 (patch) | |
tree | 18b44d04fb65f99b1ca37ee8fe5c625c38842921 /target/linux | |
parent | f4b90f5799cf33778efafff53a4f544b8db23af3 (diff) | |
download | master-187ad058-2b9ab8ceca539a74d8d01b4efe9b71a8d5fee447.tar.gz master-187ad058-2b9ab8ceca539a74d8d01b4efe9b71a8d5fee447.tar.bz2 master-187ad058-2b9ab8ceca539a74d8d01b4efe9b71a8d5fee447.zip |
fix typo in squashfs-lzma patch (thx, hauke)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16028 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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. |