Signed-off-by: Alexander Couzens <[email protected]>
---
 include/image.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/include/image.mk b/include/image.mk
index 020418d..287c679 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -326,6 +326,13 @@ define Build/check-size
        }
 endef
 
+define Build/combined-image
+       -sh $(TOPDIR)/scripts/combined-image.sh \
+               "$(word 1,$^)" \
+               "$@" \
+               "[email protected]"
+       @mv [email protected] $@
+endef
 
 define Device/Init
   PROFILES := $(PROFILE)
-- 
2.4.2
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to