[source] ipq806x: add back end-of-UBI marker for a few factory images (FS#228)

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 18 00:31:10 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/a92f57599cea2f1cd3db88b49031b2de1eb3859e

commit a92f57599cea2f1cd3db88b49031b2de1eb3859e
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Oct 18 09:29:50 2016 +0200

    ipq806x: add back end-of-UBI marker for a few factory images (FS#228)
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/ipq806x/image/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
index 7703a62..b74f1a7 100644
--- a/target/linux/ipq806x/image/Makefile
+++ b/target/linux/ipq806x/image/Makefile
@@ -70,6 +70,7 @@ define Device/DniImage
 	KERNEL_NAME := zImage
 	NETGEAR_BOARD_ID :=
 	NETGEAR_HW_ID :=
+	UBINIZE_OPTS := -E 5
 	IMAGES := factory.img sysupgrade.tar
 	IMAGE/factory.img := append-kernel | append-ubi | netgear-dni
 	IMAGE/sysupgrade.tar = sysupgrade-tar
@@ -154,6 +155,7 @@ define Device/EA8500
 	KERNEL = kernel-bin | append-dtb | uImage none | append-file $(KDIR)/root.dummy
 	PROFILES += $$(DEVICE_NAME)
 	BOARD_NAME := ea8500
+	UBINIZE_OPTS := -E 5
 	IMAGES := factory.bin sysupgrade.tar
 	IMAGE/factory.bin := append-kernel | pad-to $$$${KERNEL_SIZE} | append-ubi
 	IMAGE/sysupgrade.tar := sysupgrade-tar



More information about the lede-commits mailing list