Signed-off-by: Vasilis Tsiligiannis <b_tsiligian...@silverton.gr> --- trunk/target/linux/x86/image/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/trunk/target/linux/x86/image/Makefile b/trunk/target/linux/x86/image/Makefile index 2a6a2e3..dfb07ff 100644 --- a/trunk/target/linux/x86/image/Makefile +++ b/trunk/target/linux/x86/image/Makefile @@ -183,7 +183,7 @@ define Image/Build endif $(CP) $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(1).fs $(CP) $(KDIR)/bzImage $(BIN_DIR)/$(IMG_PREFIX)-vmlinuz - ifeq ($(1),ext2) + ifneq (,$findstring($(1),ext2 jffs2)) gzip -f9 $(BIN_DIR)/$(IMG_PREFIX)-$(1).image endif endef -- 1.6.3.3 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel