mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
linux: add support for ZSTD compression
Add support for creating self-extractible kernels compressed with ZSTD. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f4c89374ea
commit
88a268354d
@@ -321,6 +321,9 @@ config BR2_LINUX_KERNEL_LZO
|
||||
config BR2_LINUX_KERNEL_XZ
|
||||
bool "xz compression"
|
||||
|
||||
config BR2_LINUX_KERNEL_ZSTD
|
||||
bool "zstd compression"
|
||||
|
||||
endchoice
|
||||
|
||||
config BR2_LINUX_KERNEL_IMAGE_TARGET_NAME
|
||||
|
||||
Reference in New Issue
Block a user