From b8fddb8912dfe1d2405b685680f7bb1a0b10937a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 13 Jul 2016 17:23:00 +0200 Subject: image: allow devices to override the -E 5 ubinize option Signed-off-by: Felix Fietkau --- include/image-commands.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/image-commands.mk') diff --git a/include/image-commands.mk b/include/image-commands.mk index e8549d46f6..17ab46d859 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -105,8 +105,9 @@ define Build/append-ubi $(if $(KERNEL_IN_UBI),--kernel $(word 1,$^)) \ $(word 2,$^) \ $@.tmp \ - -p $(BLOCKSIZE) -m $(PAGESIZE) -E 5 \ - $(if $(SUBPAGESIZE),-s $(SUBPAGESIZE)) + -p $(BLOCKSIZE) -m $(PAGESIZE) \ + $(if $(SUBPAGESIZE),-s $(SUBPAGESIZE)) \ + $(UBINIZE_OPTS) cat $@.tmp >> $@ rm $@.tmp endef -- cgit v1.2.3