build: add a build step for generic sysupgrade nand image

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 46784
This commit is contained in:
Jonas Gorski
2015-09-04 14:44:27 +00:00
parent db8ae81f89
commit a164be8ebe
2 changed files with 76 additions and 0 deletions

View File

@@ -390,6 +390,14 @@ define Build/combined-image
@mv $@.new $@
endef
define Build/sysupgrade-nand
sh $(TOPDIR)/scripts/sysupgrade-nand.sh \
--board $(if $(BOARD_NAME),$(BOARD_NAME),$(DEVICE_NAME)) \
--kernel $(word 1,$^) \
--rootfs $(word 2,$^) \
$@
endef
define Device/Init
PROFILES := $(PROFILE)
DEVICE_NAME := $(1)