erofs: Add zstd to the list of supported compression algorithms

This is supported in erofs-utils 1.8 and later.
This commit is contained in:
Brian C. Lane 2024-12-09 09:42:30 -08:00 committed by Achilleas Koutsou
parent 51116309ad
commit 1ab098fbf9

View file

@ -28,7 +28,8 @@
"enum": [
"lz4",
"lz4hc",
"lzma"
"lzma",
"zstd"
]
},
"level": {