summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-03-03 11:49:57 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-03-03 11:50:24 +0100
commit313c3d0f39e19e08499a529c73875841d7ddff98 (patch)
treed946457fd1379d217a66dd8da65da1dbdc645c5b /fs
parent764d844fbc20721b7be0c3b9328cbe130079a0ef (diff)
squashfs: bump version
The EXTRA_CFLAGS patch is now upstream, but we need a fix for !gzip builds instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs')
-rw-r--r--fs/squashfs/squashfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/squashfs/squashfs.mk b/fs/squashfs/squashfs.mk
index 7efe979e8..91a7534de 100644
--- a/fs/squashfs/squashfs.mk
+++ b/fs/squashfs/squashfs.mk
@@ -11,7 +11,7 @@ ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS4_LZO),y)
ROOTFS_SQUASHFS_ARGS += -comp lzo
else
ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS4_LZMA),y)
-ROOTFS_SQUASHFS_ARGS += -comp lzma
+ROOTFS_SQUASHFS_ARGS += -comp xz
else
ROOTFS_SQUASHFS_ARGS += -comp gzip
endif