kernel-5.15.122

This commit is contained in:
Rmys
2023-07-24 23:12:57 +03:00
parent 2d4d62fde4
commit 700b7c0fe4
6 changed files with 46 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import kerneltools
KDIR = kerneltools.getKernelVersion()
KVER ="5.15.116"
KVER ="5.15.122"
def build():
autotools.make("KVER=%s" % KVER )