Author: nbd Date: 2015-10-31 10:28:25 +0100 (Sat, 31 Oct 2015) New Revision: 47312
Modified: trunk/target/linux/imx6/image/Makefile Log: imx6: image: Remove custom mkfs targz override as base should be fine now It was wrong anyway, missing file sort order parameter which was fixed in base month ago. Signed-off-by: Petr ?\197?\160tetiar <[email protected]> Modified: trunk/target/linux/imx6/image/Makefile =================================================================== --- trunk/target/linux/imx6/image/Makefile 2015-10-31 09:28:14 UTC (rev 47311) +++ trunk/target/linux/imx6/image/Makefile 2015-10-31 09:28:25 UTC (rev 47312) @@ -75,11 +75,6 @@ ) > $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE_SANITIZED)-fit-$(1).bin || true endef -define Image/mkfs/targz - - $(TAR) -czpf $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE_SANITIZED)-rootfs.tar.gz --numeric-owner --owner=0 --group=0 -C $(TARGET_DIR)/ . -endef - define ubifs_imx_gateworks_ventana # Micron MT29F1G08ABAD/MT29F2G08ABAE/MT29F4G08ABAD/MT29F8G08ADAD NAND $(eval VENTANA_UBIFS_OPTS:="-m 2048 -e 124KiB -c 8124") _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
