|
|
@@ -384,7 +384,8 @@ define Build/append-ubi
|
|
|
$(if $(KERNEL_IN_UBI),--kernel $(word 1,$^)) \
|
|
|
$(word 2,$^) \
|
|
|
[email protected] \
|
|
|
- -p $(BLOCKSIZE) -m $(PAGESIZE) -E 5
|
|
|
+ -p $(BLOCKSIZE) -m $(PAGESIZE) -E 5 \
|
|
|
+ $(if $(SUBPAGESIZE),-s $(SUBPAGESIZE))
|
|
|
cat [email protected] >> $@
|
|
|
rm [email protected]
|
|
|
endef
|