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: reboot~185 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=4fe3fda78af4c9ebad06d8efc342ce58237cc44a;hp=04f33f734973c5c9c108a7984b974d854d7db9a4 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 \