From d27bce8d28eb129af0abd9c80a7756301b7d588a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 12 Sep 2016 18:20:50 +0200 Subject: build: drop UBI EOF marker from images by default Only add them where they are actually required. Should help with compatibility issues with stock U-Boot images that access UBI Signed-off-by: Felix Fietkau --- target/linux/mvebu/image/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/mvebu') diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index 7900fb9ddb..c855cca42c 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -71,6 +71,7 @@ endef define Device/UBI-factory $(Device/UBI) + UBINIZE_OPTS := -E 5 IMAGES += factory.img IMAGE/factory.img := append-kernel $$$$(KERNEL_SIZE) | append-ubi | pad-to $$$$(PAGESIZE) endef -- cgit v1.2.3