mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 00:58:25 +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),)
|
ifneq ($(USE_SQUASHFS4),)
|
||||||
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
|
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
|
||||||
SQUASHFS_OPTS :=
|
SQUASHFS_OPTS := -lzma
|
||||||
else
|
else
|
||||||
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
|
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user