diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-24 09:16:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-24 09:16:55 +0000 |
commit | 0f93db2de5955527ca020e779dd94988bda2bcfe (patch) | |
tree | 5ca545770478118b19288ca07cd593189acb9b95 /include | |
parent | a6f7e72cf734fb06374d1f1130a862f0ff6e0185 (diff) | |
download | upstream-0f93db2de5955527ca020e779dd94988bda2bcfe.tar.gz upstream-0f93db2de5955527ca020e779dd94988bda2bcfe.tar.bz2 upstream-0f93db2de5955527ca020e779dd94988bda2bcfe.zip |
default to using gzip with mksquashfs if lzma and xz are unavailable
SVN-Revision: 27748
Diffstat (limited to 'include')
-rw-r--r-- | include/image.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.mk b/include/image.mk index c17a2cdace..65d79f4db8 100644 --- a/include/image.mk +++ b/include/image.mk @@ -42,6 +42,7 @@ ifneq ($(CONFIG_JFFS2_LZMA),y) JFFS2OPTS += -x lzma endif +SQUASHFSCOMP := gzip LZMA_XZ_OPTIONS := -Xpreset 9 -Xe -Xlc 0 -Xlp 2 -Xpb 2 ifeq ($(CONFIG_SQUASHFS_LZMA),y) SQUASHFSCOMP := lzma $(LZMA_XZ_OPTIONS) |