projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab09db0
)
Allow gzipping of squashfs images with padded jffs2 partition
author
Vasilis Tsiligiannis
<
[email protected]
>
Thu, 16 Feb 2012 17:54:04 +0000
(17:54 +0000)
committer
Vasilis Tsiligiannis
<
[email protected]
>
Thu, 16 Feb 2012 17:54:04 +0000
(17:54 +0000)
SVN-Revision: 30589
target/linux/x86/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/x86/image/Makefile
b/target/linux/x86/image/Makefile
index 6db12fca1ccf6c907874112f5d3adabe3d453b83..26e34ff6d6ed1c4bc14d58caaea8d8215c88f180 100644
(file)
--- a/
target/linux/x86/image/Makefile
+++ b/
target/linux/x86/image/Makefile
@@
-177,6
+177,9
@@
ifneq ($(CONFIG_TARGET_IMAGES_GZIP),)
$(call Image/Build/gzip,ext4)
endef
ifneq ($(CONFIG_TARGET_IMAGES_PAD),)
+ define Image/Build/gzip/squashfs
+ $(call Image/Build/gzip,squashfs)
+ endef
define Image/Build/gzip/jffs2-64k
$(call Image/Build/gzip,jffs2-64k)
endef