kernel-6.12.40

This commit is contained in:
Rmys
2025-07-25 17:08:46 +03:00
parent e8174be980
commit 115c3cbafa
7 changed files with 82 additions and 13 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import kerneltools
KDIR = kerneltools.getKernelVersion()
KVER ="6.6.92"
KVER ="6.12.40"
def build():
autotools.make("KVER=%s" % KVER )