projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mklibs: do not touch libraries that cannot be rebuilt
[openwrt.git]
/
include
/
image.mk
diff --git
a/include/image.mk
b/include/image.mk
index
847e01c
..
d8cf93f
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
ifneq ($(USE_SQUASHFS4),)
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
-SQUASHFS_OPTS := -lzma
+SQUASHFS_OPTS := -lzma
-processors 1
else
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
endif
else
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
endif
@@
-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.023216 seconds
and
4
git commands to generate.