aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/image/mt7620.mk
diff options
context:
space:
mode:
authorThibaut VARENE <hacks@slashdirt.org>2017-07-30 12:02:55 +0200
committerMathias Kresin <dev@kresin.me>2017-08-03 00:11:25 +0200
commit8a13895a2e3fc749e0038b50e7b6b4988505179b (patch)
tree36be29c9eff3c5f620e9dc10a3f0b53b31900e80 /target/linux/ramips/image/mt7620.mk
parent1780d40f2b37abb6452f5f57288086bb87d89510 (diff)
downloadupstream-8a13895a2e3fc749e0038b50e7b6b4988505179b.tar.gz
upstream-8a13895a2e3fc749e0038b50e7b6b4988505179b.tar.bz2
upstream-8a13895a2e3fc749e0038b50e7b6b4988505179b.zip
ramips: EX3700: rename factory.bin to factory.chk
The stock firmware upgrade interface requires the file to end with a .chk extension. Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ramips/image/mt7620.mk')
-rw-r--r--target/linux/ramips/image/mt7620.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index d435e9f587..84999f08de 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -145,8 +145,8 @@ define Device/ex3700
DTS := EX3700
BLOCKSIZE := 4k
IMAGE_SIZE := 7744k
- IMAGES += factory.bin
- IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | netgear-chk
+ IMAGES += factory.chk
+ IMAGE/factory.chk := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | netgear-chk
DEVICE_PACKAGES := -kmod-mt76 kmod-mt76x2
DEVICE_TITLE := Netgear EX3700
endef