Sync with Github

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2025-02-27 17:55:09 +01:00
parent 2c66613049
commit 27fb2a8a47
No known key found for this signature in database
GPG key ID: 79AFA05ABDB26C5A

View file

@ -137,7 +137,7 @@
# 3. Profile the kernel and convert the profile, see Generating the Profile for AutoFDO
# 4. Put the profile into the sourcedir
# 5. Run kernel build again with the _autofdo_profile_name path to profile specified
: "${_autofdo:=}"
: "${_autofdo:=no}"
# Name for the AutoFDO profile
: "${_autofdo_profile_name:=}"
@ -155,7 +155,6 @@
# Enable this after the profiles have been generated
: "${_propeller_profiles:=no}"
# ATTENTION: Do not modify after this line
_is_lto_kernel() {
[[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]]
@ -203,7 +202,7 @@ makedepends=(
)
_patchsource="https://raw.githubusercontent.com/cachyos/kernel-patches/master/${_major}"
_nv_ver=570.86.16
_nv_ver=570.124.04
_nv_pkg="NVIDIA-Linux-x86_64-${_nv_ver}"
_nv_open_pkg="open-gpu-kernel-modules-${_nv_ver}"
source=(