summaryrefslogtreecommitdiffstats
path: root/target/linux/zynq
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-21 19:02:59 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-25 12:43:39 +0200
commit9945a1dca5bb6bc522393f7583baf3a64df6ce11 (patch)
tree5ef9280eae7725d49fad39ff6be37aeecd80da16 /target/linux/zynq
parent33c8d35375706457768d32155f10e7df196e9a65 (diff)
downloadmaster-31e0f0ae-9945a1dca5bb6bc522393f7583baf3a64df6ce11.tar.gz
master-31e0f0ae-9945a1dca5bb6bc522393f7583baf3a64df6ce11.tar.bz2
master-31e0f0ae-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/linux/zynq')
-rw-r--r--target/linux/zynq/image/Makefile3
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 \