From d02ea69801d4b7ad67bbf495851e258b93897f37 Mon Sep 17 00:00:00 2001 From: Fabian Blaese Date: Sun, 22 Mar 2020 19:25:57 +0100 Subject: [PATCH] mt7621: adjust for new filenames in OpenWrt 19.07 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Christian Dresel Reviewed-by: Adrian Schmutzler --- bsp/board_mt7621.bsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/board_mt7621.bsp b/bsp/board_mt7621.bsp index 340ec0b6..1c91bf5f 100644 --- a/bsp/board_mt7621.bsp +++ b/bsp/board_mt7621.bsp @@ -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" )