kernel-5.15.125

This commit is contained in:
Rmys
2023-08-09 22:04:02 +03:00
parent 0c089f350d
commit dd4c21a6e2
6 changed files with 45 additions and 10 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.122"
KVER ="5.15.125"
def build():
autotools.make("KVER=%s" % KVER )