6.2.7-2 (clr 6.2.6-1290) enable CONFIG_KVM_SMM
This commit is contained in:
parent
8924c4ed79
commit
8be5668f65
2 changed files with 5 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linux-clear
|
||||
pkgdesc = Clear Linux
|
||||
pkgver = 6.2.7
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -88,7 +88,7 @@ _clr=${_major}.6-1290
|
|||
_gcc_more_v='20230105'
|
||||
pkgbase=linux-clear
|
||||
pkgver=${_major}.${_minor}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Clear Linux'
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
|
@ -154,6 +154,9 @@ prepare() {
|
|||
scripts/config -e ACPI_REV_OVERRIDE_POSSIBLE \
|
||||
-e ACPI_TABLE_UPGRADE
|
||||
|
||||
# Virtualization
|
||||
scripts/config -e KVM_SMM
|
||||
|
||||
# General architecture-dependent options
|
||||
scripts/config -e KPROBES
|
||||
|
||||
|
|
Reference in a new issue