ramips: EX3700: rename factory.bin to factory.chk
authorThibaut VARENE <hacks@slashdirt.org>
Sun, 30 Jul 2017 10:02:55 +0000 (12:02 +0200)
committerMathias Kresin <dev@kresin.me>
Wed, 2 Aug 2017 22:11:25 +0000 (00:11 +0200)
The stock firmware upgrade interface requires the file to end with a .chk
extension.

Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
target/linux/ramips/image/mt7620.mk

index d435e9f587c13fcacaca4a337f95f33d0064ce4b..84999f08de9b6dc5315afb260da0047b008cb25d 100644 (file)
@@ -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