From patchwork Sun Mar 22 18:25:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: mt7621: adjust for new filenames in OpenWrt 19.07 From: Fabian Blaese X-Patchwork-Id: 1310 Message-Id: <20200322182557.318256-1-fabian@blaese.de> To: franken-dev@freifunk.net Date: Sun, 22 Mar 2020 19:25:57 +0100 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 --- 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 340ec0b..1c91bf5 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" )