build: Remove "squashfs" from image names

This is just meant to make image names shorter.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Christian Dresel <fff@chrisi01.de>
This commit is contained in:
Adrian Schmutzler 2019-02-03 18:13:45 +01:00
parent 140ea5fe98
commit e34f5b0119
3 changed files with 3 additions and 2 deletions

View File

@ -285,6 +285,7 @@ cp_firmware() {
filename_build=${image//openwrt/fff-${version}}
filename_build=${filename_build//generic/g}
filename_build=${filename_build//tiny/t}
filename_build=${filename_build//squashfs-/}
cp "$target/bin/targets/${chipset}/${subtarget}/$image" "./bin/$filename_build"
for region in "" "-eu" "-us"; do

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-sysupgrade
PKG_VERSION:=8
PKG_VERSION:=9
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

View File

@ -69,7 +69,7 @@ if [ "$VERSION" = "$FIRMWARE_VERSION" ]; then
done
fi
FILE="fff-${VERSION}-${SOC}-${BOARD}-squashfs-sysupgrade.bin"
FILE="fff-${VERSION}-${SOC}-${BOARD}-sysupgrade.bin"
echo "Downloading $FILE"
echo ""
wget "${UPGRADE_PATH}/${FILE}"