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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user