diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-20 16:19:26 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-20 16:21:20 +0200 |
commit | 785fef108ebd940aeabe7e5c2d6d5f54f98e6146 (patch) | |
tree | ba65c40a5e609df2fa073e28e5139f1125ca619a /package/squashfs/Config.in | |
parent | 3df6b56f53a0dd92752a23e63a0ee5fcacc8ffd0 (diff) | |
download | buildroot-novena-785fef108ebd940aeabe7e5c2d6d5f54f98e6146.tar.gz buildroot-novena-785fef108ebd940aeabe7e5c2d6d5f54f98e6146.zip |
squashfs: bump 4.x, add lzo support
We'll need libattr/xz packages in BR to enable support for those.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/squashfs/Config.in')
-rw-r--r-- | package/squashfs/Config.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/squashfs/Config.in b/package/squashfs/Config.in index f83100f0f..e9751858c 100644 --- a/package/squashfs/Config.in +++ b/package/squashfs/Config.in @@ -6,5 +6,22 @@ config BR2_PACKAGE_SQUASHFS http://squashfs.sourceforge.net/ +if BR2_PACKAGE_SQUASHFS + +config BR2_PACKAGE_SQUASHFS_GZIP + bool "gzip support" + default y + select BR2_PACKAGE_GZIP + help + Support GZIP compression algorithm + +config BR2_PACKAGE_SQUASHFS_LZO + bool "lzo support" + select BR2_PACKAGE_LZO + help + Support LZO compression algorithm + +endif + comment "squashfs requires a toolchain with LARGEFILE support" depends on !BR2_LARGEFILE |