diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-21 19:02:59 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-25 12:43:39 +0200 |
commit | 9945a1dca5bb6bc522393f7583baf3a64df6ce11 (patch) | |
tree | 5ef9280eae7725d49fad39ff6be37aeecd80da16 /target | |
parent | 33c8d35375706457768d32155f10e7df196e9a65 (diff) | |
download | upstream-9945a1dca5bb6bc522393f7583baf3a64df6ce11.tar.gz upstream-9945a1dca5bb6bc522393f7583baf3a64df6ce11.tar.bz2 upstream-9945a1dca5bb6bc522393f7583baf3a64df6ce11.zip |
build: remove cpio.gz and tar.gz from regular filesystem types
They are not used to produce regular firmware images anyway. Instead,
call their build templates directly if enabled in the config
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/zynq/image/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/zynq/image/Makefile b/target/linux/zynq/image/Makefile index 6f4a909eff..4c85bc283d 100644 --- a/target/linux/zynq/image/Makefile +++ b/target/linux/zynq/image/Makefile @@ -22,9 +22,6 @@ define Image/boot-imgs $(call Image/BuildDTB,$(DTS_DIR)/$(DEVICE_DTS).dts,\ $(BIN_DIR)/$(IMG_PREFIX)-system.dtb) - $(call Image/mkfs/cpiogz) - $(call Image/mkfs/targz) - # Create uboot cpio.gz mkimage -A arm -T ramdisk -C gzip -n "$(PROFILE) OpenWRT rootfs" \ -d $(BIN_DIR)/$(IMG_PREFIX)-rootfs.cpio.gz \ |