Author: wigyori Date: 2015-08-15 17:10:14 +0200 (Sat, 15 Aug 2015) New Revision: 46608
Modified: trunk/target/linux/sunxi/image/Makefile Log: sunxi: respect CONFIG_TARGET_IMAGES_GZIP Signed-off-by: Matthias Schiffer <[email protected]> Modified: trunk/target/linux/sunxi/image/Makefile =================================================================== --- trunk/target/linux/sunxi/image/Makefile 2015-08-15 14:56:21 UTC (rev 46607) +++ trunk/target/linux/sunxi/image/Makefile 2015-08-15 15:10:14 UTC (rev 46608) @@ -45,6 +45,10 @@ $(CONFIG_SUNXI_SD_BOOT_PARTSIZE) \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) \ $(KDIR)/uboot-sunxi-$(PROFILE)-u-boot-with-spl.bin + + ifneq ($(CONFIG_TARGET_IMAGES_GZIP),) + gzip -f9n $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE)-sdcard-vfat-$(1).img + endif endef define Image/Build/Profile/A10-OLinuXino-Lime _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
