Browse Source

image.mk: add Build step combined-image

Signed-off-by: Alexander Couzens <[email protected]>

SVN-Revision: 45979
Felix Fietkau 10 years ago
parent
commit
a417bf9f43
1 changed files with 7 additions and 0 deletions
  1. 7 0
      include/image.mk

+ 7 - 0
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)