diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-07-29 15:05:51 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-07-29 16:53:03 +0200 |
commit | db49dd894e7485020445043fb4eef58eebece7d8 (patch) | |
tree | e01d10b641dfa25671879c15ff406b4d2540a1d8 /target/linux/ipq806x/image | |
parent | fccc4298df79b72a5715910ac3a6f03c84f4949d (diff) | |
download | upstream-db49dd894e7485020445043fb4eef58eebece7d8.tar.gz upstream-db49dd894e7485020445043fb4eef58eebece7d8.tar.bz2 upstream-db49dd894e7485020445043fb4eef58eebece7d8.zip |
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>
Diffstat (limited to 'target/linux/ipq806x/image')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 9bf072e171..fc73ec2571 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -59,7 +59,7 @@ define Device/UbiFit KERNEL_IN_UBI := 1 IMAGES := nand-factory.ubi nand-sysupgrade.tar IMAGE/nand-factory.ubi := append-ubi - IMAGE/nand-sysupgrade.tar := sysupgrade-nand + IMAGE/nand-sysupgrade.tar := sysupgrade-tar endef define Device/DniImage @@ -157,7 +157,7 @@ define Device/EA8500 BOARD_NAME := ea8500 IMAGES := factory.bin sysupgrade.tar IMAGE/factory.bin := append-kernel 3145728 | append-ubi - IMAGE/sysupgrade.tar := sysupgrade-nand + IMAGE/sysupgrade.tar := sysupgrade-tar DEVICE_TITLE := Linksys EA8500 DEVICE_PACKAGES := ath10k-firmware-qca99x0 endef |