projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] downgrade e2fsprogs to 1.40.11 which does not segfault until we fix the...
[openwrt.git]
/
include
/
image.mk
diff --git
a/include/image.mk
b/include/image.mk
index
2fe94a9
..
a722086
100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-23,15
+23,15
@@
JFFS2OPTS := --pad --big-endian --squash
SQUASHFS_OPTS := -be
endif
SQUASHFS_OPTS := -be
endif
-ifneq ($(CONFIG_LINUX_2_
6_29)$(CONFIG_LINUX_2_6_30
),)
-USE_SQUASHFS
4
:= y
+ifneq ($(CONFIG_LINUX_2_
4)$(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_25)$(CONFIG_LINUX_2_6_28
),)
+USE_SQUASHFS
3
:= y
endif
endif
-ifneq ($(USE_SQUASHFS4),)
-MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
-SQUASHFS_OPTS :=
-else
+ifneq ($(USE_SQUASHFS3),)
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
+else
+MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
+SQUASHFS_OPTS := -comp lzma -processors 1
endif
JFFS2_BLOCKSIZE ?= 64k 128k
endif
JFFS2_BLOCKSIZE ?= 64k 128k
@@
-92,7
+92,7
@@
endif
define Image/Checksum
( cd ${BIN_DIR} ; \
$(FIND) -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | xargs \
define Image/Checksum
( cd ${BIN_DIR} ; \
$(FIND) -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | xargs \
- md5sum > md5sums \
+ md5sum
--binary
> md5sums \
)
endef
)
endef
This page took
0.023779 seconds
and
4
git commands to generate.