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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user