Fix release compression

This commit is contained in:
2024-04-17 17:13:40 -04:00
parent 99146b1913
commit 5a4f6e0988

View File

@@ -821,7 +821,7 @@ main() {
declare img_fname="openwrt-${TARGET//\//-}-$DEVICE-$FILESYSTEM" declare img_fname="openwrt-${TARGET//\//-}-$DEVICE-$FILESYSTEM"
else else
declare url_prefix="https://downloads.openwrt.org/releases/$RELEASE/targets/$TARGET" declare url_prefix="https://downloads.openwrt.org/releases/$RELEASE/targets/$TARGET"
declare url_filename="openwrt-imagebuilder-$RELEASE-${TARGET//\//-}.Linux-x86_64.tar.zst" declare url_filename="openwrt-imagebuilder-$RELEASE-${TARGET//\//-}.Linux-x86_64.tar.xz"
declare img_fname="openwrt-$RELEASE-${TARGET//\//-}-$DEVICE-$FILESYSTEM" declare img_fname="openwrt-$RELEASE-${TARGET//\//-}-$DEVICE-$FILESYSTEM"
fi fi