From db49dd894e7485020445043fb4eef58eebece7d8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 29 Jul 2016 15:05:51 +0200 Subject: 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 --- target/linux/lantiq/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq') diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 52a568dac0..0718e9daea 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -202,7 +202,7 @@ endef define Device/NAND $(Device/NAND/$(SUBTARGET)) - IMAGE/sysupgrade.bin := sysupgrade-nand + IMAGE/sysupgrade.bin := sysupgrade-tar endef define Device/lantiqBrnImage -- cgit v1.2.3