1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 05:18:14 +02:00

scripts: add .tar.zst to dl_cleanup extensions

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
Stijn Tintel 2024-04-06 17:02:28 +03:00
parent f2fabf7aaa
commit 7f85104ebb

@ -100,6 +100,7 @@ extensions = (
".tar.gz", ".tar.gz",
".tar.bz2", ".tar.bz2",
".tar.xz", ".tar.xz",
".tar.zst",
".orig.tar.gz", ".orig.tar.gz",
".orig.tar.bz2", ".orig.tar.bz2",
".orig.tar.xz", ".orig.tar.xz",