summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/image/mt7621.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-07-29 15:05:51 +0200
committerJo-Philipp Wich <jo@mein.io>2016-07-29 16:53:03 +0200
commitdb49dd894e7485020445043fb4eef58eebece7d8 (patch)
treee01d10b641dfa25671879c15ff406b4d2540a1d8 /target/linux/ramips/image/mt7621.mk
parentfccc4298df79b72a5715910ac3a6f03c84f4949d (diff)
downloadmaster-31e0f0ae-db49dd894e7485020445043fb4eef58eebece7d8.tar.gz
master-31e0f0ae-db49dd894e7485020445043fb4eef58eebece7d8.tar.bz2
master-31e0f0ae-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/ramips/image/mt7621.mk')
-rw-r--r--target/linux/ramips/image/mt7621.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 2795eb13f6..59a9332294 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -158,7 +158,7 @@ define Device/ubnt-erx
KERNEL := $(KERNEL_DTB) | uImage lzma
IMAGES := sysupgrade.tar
KERNEL_INITRAMFS := $$(KERNEL) | ubnt-erx-factory-image $(KDIR)/tmp/$$(KERNEL_INITRAMFS_PREFIX)-factory.tar
- IMAGE/sysupgrade.tar := sysupgrade-nand
+ IMAGE/sysupgrade.tar := sysupgrade-tar
DEVICE_TITLE := Ubiquiti EdgeRouter X
DEVICE_PACKAGES := -kmod-mt76 -kmod-rt2800-pci -kmod-cfg80211 -wpad-mini -iwinfo
endef