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>
This commit is contained in:
parent
1780d40f2b
commit
8a13895a2e
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ define Device/ex3700
|
||||||
DTS := EX3700
|
DTS := EX3700
|
||||||
BLOCKSIZE := 4k
|
BLOCKSIZE := 4k
|
||||||
IMAGE_SIZE := 7744k
|
IMAGE_SIZE := 7744k
|
||||||
IMAGES += factory.bin
|
IMAGES += factory.chk
|
||||||
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | netgear-chk
|
IMAGE/factory.chk := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | netgear-chk
|
||||||
DEVICE_PACKAGES := -kmod-mt76 kmod-mt76x2
|
DEVICE_PACKAGES := -kmod-mt76 kmod-mt76x2
|
||||||
DEVICE_TITLE := Netgear EX3700
|
DEVICE_TITLE := Netgear EX3700
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue