summaryrefslogtreecommitdiff
path: root/include/image.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-21 18:11:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-21 18:11:22 +0000
commit1165dfed6a757e9b5de34434621ee7d40d1501d0 (patch)
treeadfc24455c594d18ec0777c9ea3967e275ab214e /include/image.mk
parent5820c0fef2769250d96ad0e40ed871ed2673979d (diff)
downloadmtk-20170518-1165dfed6a757e9b5de34434621ee7d40d1501d0.zip
mtk-20170518-1165dfed6a757e9b5de34434621ee7d40d1501d0.tar.gz
mtk-20170518-1165dfed6a757e9b5de34434621ee7d40d1501d0.tar.bz2
enable lzma for squashfs4 by default
SVN-Revision: 15962
Diffstat (limited to 'include/image.mk')
-rw-r--r--include/image.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.mk b/include/image.mk
index 2fe94a9..686c5a5 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -29,7 +29,7 @@ endif
ifneq ($(USE_SQUASHFS4),)
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
-SQUASHFS_OPTS :=
+SQUASHFS_OPTS := -lzma
else
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
endif