kernel-6.12.43

This commit is contained in:
Rmys
2025-08-22 16:18:43 +03:00
parent 4fe23c3d7a
commit 7b1a2a9c62
4 changed files with 27 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import kerneltools
KDIR = kerneltools.getKernelVersion()
KVER ="6.12.40"
KVER ="6.12.43"
def build():
autotools.make("KVER=%s" % KVER )