Author: blogic
Date: 2016-03-20 15:41:06 +0100 (Sun, 20 Mar 2016)
New Revision: 49039

Modified:
   trunk/include/image.mk
Log:
include/image.mk: allow including U-Boot environment in UBI

Signed-off-by: Daniel Golle <[email protected]>

Modified: trunk/include/image.mk
===================================================================
--- trunk/include/image.mk      2016-03-19 11:01:06 UTC (rev 49038)
+++ trunk/include/image.mk      2016-03-20 14:41:06 UTC (rev 49039)
@@ -379,6 +379,7 @@
 
 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,$^) \
                [email protected] \
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to