From: John Crispin Date: Sun, 20 Mar 2016 14:41:06 +0000 (+0000) Subject: include/image.mk: allow including U-Boot environment in UBI X-Git-Tag: v19.07.0-rc1~10835 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4fe3fda78af4c9ebad06d8efc342ce58237cc44a;p=openwrt%2Fstaging%2Fhauke.git include/image.mk: allow including U-Boot environment in UBI Signed-off-by: Daniel Golle SVN-Revision: 49039 --- 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 \