From a84a74f618b0d3eadea622a45f62c9401c4f82ba Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 31 Jul 2016 18:34:02 +0200 Subject: scripts/ubinize-image.sh: add support for adding custom partitions Signed-off-by: Felix Fietkau --- include/image-commands.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include/image-commands.mk') diff --git a/include/image-commands.mk b/include/image-commands.mk index 00cb3410e9..40a9619c31 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -114,6 +114,7 @@ define Build/append-ubi sh $(TOPDIR)/scripts/ubinize-image.sh \ $(if $(UBOOTENV_IN_UBI),--uboot-env) \ $(if $(KERNEL_IN_UBI),--kernel $(IMAGE_KERNEL)) \ + $(foreach part,$(UBINIZE_PARTS),--part $(part)) \ $(IMAGE_ROOTFS) \ $@.tmp \ -p $(BLOCKSIZE) -m $(PAGESIZE) \ -- cgit v1.2.3