[OpenWrt-Devel] [PATCH 1/3] include/image.mk: allow including U-Boot environment in UBI
Daniel Golle
daniel at makrotopia.org
Wed Mar 16 06:22:30 EDT 2016
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
include/image.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/image.mk b/include/image.mk
index 6868617..7c11aa1 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 \
--
2.7.2
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list