projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1f053d
)
gzip jffs2 images Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Apr 2011 20:48:47 +0000
(20:48 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Apr 2011 20:48:47 +0000
(20:48 +0000)
SVN-Revision: 26625
target/linux/x86/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/x86/image/Makefile
b/target/linux/x86/image/Makefile
index 57d7b0b46d0369502080c23346acb02e5920b4f5..12ffe185532a51b0deac8490e7109866d1d1d9ce 100644
(file)
--- a/
target/linux/x86/image/Makefile
+++ b/
target/linux/x86/image/Makefile
@@
-184,7
+184,7
@@
define Image/Build
endif
$(CP) $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-rootfs-$(1).img
$(CP) $(KDIR)/bzImage $(BIN_DIR)/$(IMG_PREFIX)-vmlinuz
- if
eq ($(1),ext4
)
+ if
neq (,$findstring($(1),ext4 jffs2)
)
gzip -f9 $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img
gzip -f9 $(BIN_DIR)/$(IMG_PREFIX)-rootfs-$(1).img
endif