mt7621: adjust for new filenames in OpenWrt 19.07

The suffix for Edgerouter X (SFP) have been changed
from '.tar' to '.bin'. Therefore our BSP has to be adjusted
to copy the correct file path.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Christian Dresel <fff@chrisi01.de>
Reviewed-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Fabian Bläse 2020-03-22 19:25:57 +01:00 committed by Adrian Schmutzler
parent 4bb31a75f2
commit d02ea69801
1 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ chipset=ramips
subtarget=mt7621
images=(
"openwrt-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.tar"
"openwrt-ramips-mt7621-ubnt-erx-sfp-squashfs-sysupgrade.tar"
"openwrt-ramips-mt7621-ubnt-erx-squashfs-sysupgrade.bin"
"openwrt-ramips-mt7621-ubnt-erx-sfp-squashfs-sysupgrade.bin"
)