summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2024-04-06 17:02:28 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2024-04-06 17:07:32 +0300
commit7f85104ebb92f8a47868fa61ea952b802079e7be (patch)
tree875a96d0a46c6acf72b8b37dd9191272ef08c54f /scripts
parentf2fabf7aaaacec6fdc50226f57f4be2c19d8cace (diff)
downloadopenwrt-7f85104ebb92f8a47868fa61ea952b802079e7be.tar.gz
openwrt-7f85104ebb92f8a47868fa61ea952b802079e7be.tar.bz2
openwrt-7f85104ebb92f8a47868fa61ea952b802079e7be.zip
scripts: add .tar.zst to dl_cleanup extensions
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dl_cleanup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dl_cleanup.py b/scripts/dl_cleanup.py
index cdbcb83f20..6d4f96c9d8 100755
--- a/scripts/dl_cleanup.py
+++ b/scripts/dl_cleanup.py
@@ -100,6 +100,7 @@ extensions = (
".tar.gz",
".tar.bz2",
".tar.xz",
+ ".tar.zst",
".orig.tar.gz",
".orig.tar.bz2",
".orig.tar.xz",