kconfigcheck: add zstd initramfs decompression support to category:default
Per the discussion https://gitlab.postmarketos.org/postmarketOS/pmaports/-/work_items/4087, zstd is going to become the default compression algorithm for the initramfs, with only devices using kernels older than 5.1.0 expected to use gzip. Because of this, adding this config to the default category early ensures that the eventual migration requires less changes. Signed-off-by: Aster Boese <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9009>
This commit is contained in:
parent
34cb146b05
commit
58a9d9dbf3
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,9 @@ DEVPTS_MULTIPLE_INSTANCES = "y"
|
|||
["category:default"."<4.14.0"."all"]
|
||||
SAMSUNG_TUI = "n"
|
||||
TZDEV = "n"
|
||||
["category:default".">=5.1.0"."all"]
|
||||
RD_ZSTD = "y"
|
||||
DECOMPRESS_ZSTD = "y" # Different from MODULE_DECOMPRESS
|
||||
["category:default"."<5.2.0"."armhf armv7 x86"]
|
||||
LBDAF = "y"
|
||||
["category:default".">=5.2.0"."all"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue