From: blogic Date: Sun, 20 Mar 2016 14:41:06 +0000 (+0000) Subject: include/image.mk: allow including U-Boot environment in UBI X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=70b493d7888a7b9638784de07a89519f70d12e52;hp=125280bc3585d5573d68f239860cdcd67faedb80 include/image.mk: allow including U-Boot environment in UBI Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49039 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/image.mk b/include/image.mk index 68686176df..7c11aa1c13 100644 --- a/include/image.mk +++ b/include/image.mk @@ -379,6 +379,7 @@ endef define Build/append-ubi sh $(TOPDIR)/scripts/ubinize-image.sh \ + $(if $(UBOOTENV_IN_UBI),--uboot-env) \ $(if $(KERNEL_IN_UBI),--kernel $(word 1,$^)) \ $(word 2,$^) \ $@.tmp \