summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2023-03-18 12:54:07 +0100
committerJosip Ponjavic2023-03-18 12:54:07 +0100
commit8be5668f6590d9d8ed56cf31d28e31df1d6312dd (patch)
tree8277b6c4b0711c6dd97ef7cd0d67525f4f3e9f89 /PKGBUILD
parent8924c4ed799c871d458cdd614a0100a0efe81a82 (diff)
downloadaur-8be5668f6590d9d8ed56cf31d28e31df1d6312dd.tar.gz
6.2.7-2 (clr 6.2.6-1290) enable CONFIG_KVM_SMM
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 369eb153dff3..682673192cfb 100644
--- a/PKGBUILD
+++ b/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