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