projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5820c0f
)
enable lzma for squashfs4 by default
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 21 May 2009 18:11:22 +0000
(18:11 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 21 May 2009 18:11:22 +0000
(18:11 +0000)
SVN-Revision: 15962
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index 2fe94a94e7c18d73ee5e910efe4d96ccbee88dce..686c5a551e623f8d7a95d292cf387ec99177e07d 100644
(file)
--- 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