mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:23:09 +02:00
enable lzma for squashfs4 by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15962 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b471be98ae
commit
9d6983fd78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user