forked from pool/kernel-source
Compare commits
2 Commits
Kernel/sta
...
Kernel/sta
| Author | SHA256 | Date | |
|---|---|---|---|
| 47f0b9db05 | |||
| da2d6f060b |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user