projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
44d9465
)
[include] image.mk: pass through $(CONFIG_PKG_BUILD_JOBS) to the mksquashfs -processo...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 26 Sep 2011 02:02:35 +0000
(
02:02
+0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 26 Sep 2011 02:02:35 +0000
(
02:02
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28305
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index
65d79f4
..
2764239
100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-87,7
+87,7
@@
else
ifneq ($(CONFIG_TARGET_ROOTFS_SQUASHFS),)
define Image/mkfs/squashfs
@mkdir -p $(TARGET_DIR)/overlay
- $(STAGING_DIR_HOST)/bin/mksquashfs4 $(TARGET_DIR) $(KDIR)/root.squashfs -nopad -noappend -root-owned -comp $(SQUASHFSCOMP) -processors
1
+ $(STAGING_DIR_HOST)/bin/mksquashfs4 $(TARGET_DIR) $(KDIR)/root.squashfs -nopad -noappend -root-owned -comp $(SQUASHFSCOMP) -processors
$(if $(CONFIG_PKG_BUILD_JOBS),$(CONFIG_PKG_BUILD_JOBS),1)
$(call Image/Build,squashfs)
endef
endif
This page took
0.022569 seconds
and
4
git commands to generate.