projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b471be9
)
enable lzma for squashfs4 by default
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 May 2009 18:11:22 +0000
(18:11 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 May 2009 18:11:22 +0000
(18:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15962
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index
2fe94a9
..
686c5a5
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
This page took
0.023716 seconds
and
4
git commands to generate.