diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-09-12 18:20:50 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-12 18:21:52 +0200 |
commit | d27bce8d28eb129af0abd9c80a7756301b7d588a (patch) | |
tree | 8abfae3b1d00dd60a78ab0453ea026ea371974b4 /target/linux/kirkwood/image | |
parent | f3747020e202883a43729fc245986f9e36289d6c (diff) | |
download | upstream-d27bce8d28eb129af0abd9c80a7756301b7d588a.tar.gz upstream-d27bce8d28eb129af0abd9c80a7756301b7d588a.tar.bz2 upstream-d27bce8d28eb129af0abd9c80a7756301b7d588a.zip |
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 <nbd@nbd.name>
Diffstat (limited to 'target/linux/kirkwood/image')
-rw-r--r-- | target/linux/kirkwood/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 33eaa4f4b2..03a9873c9f 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -28,6 +28,7 @@ define Device/Default SUBPAGESIZE := 512 BLOCKSIZE := 128k IMAGES := sysupgrade.tar + UBINIZE_OPTS := -E 5 IMAGE/sysupgrade.tar := sysupgrade-tar endef |