kernel-4.15.147

This commit is contained in:
Rmys
2024-01-16 23:03:53 +03:00
parent 0a3f732f89
commit 47ca548596
6 changed files with 47 additions and 12 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.140"
KVER ="5.15.147"
def build():
autotools.make("KVER=%s" % KVER )