Explorar o código

fs/tar: add option for zstd compression

Signed-off-by: Vladimir Svoboda <vsvoboda@forkoder.eu>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Vladimir Svoboda %!s(int64=3) %!d(string=hai) anos
pai
achega
a0460cb46e
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      fs/tar/Config.in

+ 5 - 0
fs/tar/Config.in

@@ -46,6 +46,11 @@ config BR2_TARGET_ROOTFS_TAR_XZ
 	help
 	  Do compress the tarball with xz.
 
+config BR2_TARGET_ROOTFS_TAR_ZSTD
+	bool "zstd"
+	help
+	  Do compress the tarball with zstd.
+
 endchoice
 
 config BR2_TARGET_ROOTFS_TAR_OPTIONS