1
0
forked from pool/kernel-source

2 Commits

Author SHA256 Message Date
47f0b9db05 Update kernel-default.spec 2025-12-20 03:12:39 +01:00
da2d6f060b Update config.sh 2025-12-20 03:11:30 +01:00
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 94472718bd34ca4adb72d325d55f37bd87bfde65
%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