1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-10-05 16:57:13 +03:00

support/kernel-config: disable incompatible features on new kernels

This commit is contained in:
Luflosi 2024-01-18 00:01:43 +01:00
parent 56e55df7b0
commit 7394f1a770
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -386,8 +386,8 @@ in
PSTORE_LZ4_COMPRESS = no;
PSTORE_LZ4HC_COMPRESS = no;
PSTORE_842_COMPRESS = no;
PSTORE_ZSTD_COMPRESS = whenAtLeast "4.19" yes;
PSTORE_COMPRESS_DEFAULT = freeform ''"zstd"'';
PSTORE_ZSTD_COMPRESS = whenBetween "4.19" "6.6" yes;
PSTORE_COMPRESS_DEFAULT = whenOlder "6.6" (freeform ''"zstd"'');
})
(helpers: with helpers; mkDefaultIze {