mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-15 12:53:35 +08:00
gzip jffs2 images Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 26625
This commit is contained in:
parent
d1f053d7ef
commit
76bfcee5ea
@ -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
|
||||
ifeq ($(1),ext4)
|
||||
ifneq (,$findstring($(1),ext4 jffs2))
|
||||
gzip -f9 $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img
|
||||
gzip -f9 $(BIN_DIR)/$(IMG_PREFIX)-rootfs-$(1).img
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user