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/ramips/image/mt7621.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ramips/image/mt7621.mk') diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 769b86b81b..ceed8ab4f1 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -146,6 +146,7 @@ define Device/wf-2881 FILESYSTEMS := squashfs IMAGE_SIZE := 129280k KERNEL := $(KERNEL_DTB) | pad-offset $$(BLOCKSIZE) 64 | uImage lzma + UBINIZE_OPTS := -E 5 IMAGE/sysupgrade.bin := append-kernel | append-ubi | check-size $$$$(IMAGE_SIZE) DEVICE_TITLE := NETIS WF-2881 DEVICE_PACKAGES := kmod-usb3 kmod-ledtrig-usbdev -- cgit v1.2.3