build: rename sysupgrade-nand to sysupgrade-tar

Now that the "sysupgrade-nand" step is used by non-NAND targets as well,
rename it to "sysupgrade-tar" to make it more generic.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich
2016-07-29 15:05:51 +02:00
parent fccc4298df
commit db49dd894e
11 changed files with 13 additions and 13 deletions

View File

@@ -148,8 +148,8 @@ define Build/combined-image
@mv $@.new $@
endef
define Build/sysupgrade-nand
sh $(TOPDIR)/scripts/sysupgrade-nand.sh \
define Build/sysupgrade-tar
sh $(TOPDIR)/scripts/sysupgrade-tar.sh \
--board $(if $(BOARD_NAME),$(BOARD_NAME),$(DEVICE_NAME)) \
--kernel $(word 1,$^) \
--rootfs $(word 2,$^) \