summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2022-06-03 18:04:04 +0200
committerPiotr Gorski2022-06-03 18:04:04 +0200
commit38050c066c374baaaba2678179bb3aad75ea7496 (patch)
treeebbad8610e010561489a7f067117159800f9c2d7
parent5c0d99f13a7b343436c89c05c6eeabb3ed76df76 (diff)
downloadaur-38050c066c374baaaba2678179bb3aad75ea7496.tar.gz
Add UKSMD
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5812829f6463..4d6d4110f6a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-lqx
pkgdesc = Linux Liquorix
pkgver = 5.17.12.lqx2
- pkgrel = 1
+ pkgrel = 2
url = https://liquorix.net/
arch = x86_64
license = GPL2
@@ -28,8 +28,10 @@ pkgname = linux-lqx
optdepends = wireless-regdb: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
optdepends = sof-firmware: firmware images needed for Sound Open Firmware capable devices
+ optdepends = uksmd: Userspace KSM helper daemon
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
+ provides = UKSMD-BUILTIN
pkgname = linux-lqx-headers
pkgdesc = Headers and scripts for building modules for the Linux Liquorix kernel
diff --git a/PKGBUILD b/PKGBUILD
index db68062b30d5..a8edc78e8159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ _lqxpatchrel=16
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
pkgbase=linux-lqx
pkgver=5.17.12.lqx2
-pkgrel=1
+pkgrel=2
pkgdesc='Linux Liquorix'
url='https://liquorix.net/'
arch=(x86_64)
@@ -220,8 +220,9 @@ _package() {
depends=(coreutils kmod initramfs)
optdepends=('wireless-regdb: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices'
- 'sof-firmware: firmware images needed for Sound Open Firmware capable devices')
- provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
+ 'sof-firmware: firmware images needed for Sound Open Firmware capable devices'
+ 'uksmd: Userspace KSM helper daemon')
+ provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE UKSMD-BUILTIN)
cd $_srcname
local kernver="$(<version)"