X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fimage-commands.mk;h=8cf54bbaa16795e389863c7001d207a5ae53968f;hb=db49dd894e7485020445043fb4eef58eebece7d8;hp=fc36509efd604f9f1ffebb9f45fc4a53eedc2d07;hpb=fccc4298df79b72a5715910ac3a6f03c84f4949d;p=lede-git%2F.git diff --git a/include/image-commands.mk b/include/image-commands.mk index fc36509efd..8cf54bbaa1 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -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,$^) \