kernel-6.12.89

This commit is contained in:
Rmys
2026-05-16 11:28:42 +03:00
parent de94becdd8
commit d8e15d6f37
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 ="6.12.85"
KVER ="6.12.89"
def build():
autotools.make("KVER=%s" % KVER )