Author: nbd Date: 2015-10-31 10:28:14 +0100 (Sat, 31 Oct 2015) New Revision: 47311
Modified: trunk/include/image.mk Log: include/image.mk: Use PROFILE_SANITIZED in targz image task Signed-off-by: Petr ?\197?\160tetiar <[email protected]> Modified: trunk/include/image.mk =================================================================== --- trunk/include/image.mk 2015-10-31 09:28:05 UTC (rev 47310) +++ trunk/include/image.mk 2015-10-31 09:28:14 UTC (rev 47311) @@ -255,7 +255,7 @@ endef define Image/mkfs/targz - $(TAR) -czpf $(BIN_DIR)/$(IMG_PREFIX)$(if $(PROFILE),-$(PROFILE))-rootfs.tar.gz --numeric-owner --owner=0 --group=0 --sort=name -C $(TARGET_DIR)/ . + $(TAR) -czpf $(BIN_DIR)/$(IMG_PREFIX)$(if $(PROFILE_SANITIZED),-$(PROFILE_SANITIZED))-rootfs.tar.gz --numeric-owner --owner=0 --group=0 --sort=name -C $(TARGET_DIR)/ . endef E2SIZE=$(shell echo $$(($(CONFIG_TARGET_ROOTFS_PARTSIZE)*1024*1024))) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
