1
0
forked from pool/kernel-source

3 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ SRCVERSION=6.18
VARIANT=
# enable kernel module compression
COMPRESS_MODULES="zstd"
COMPRESS_VMLINUX="xz"
COMPRESS_VMLINUX="zstd"
# Compile binary devicetrees on master and stable branches.
BUILD_DTBS="Yes"
# Generate a _multibuild file

View File

@@ -22,12 +22,12 @@
%define git_commit c0cb237335dd911c3f45910b1b754bed6de5730c
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
%define compress_vmlinux zstd
%define livepatch livepatch%{nil}
%define livepatch_rt %{nil}
%define sb_efi_only 0
%define split_base 0
%define split_optional 0
%define split_optional 1
%define supported_modules_check 0
%define build_flavor default
%define generate_compile_commands 1