kernel-6.12.70

This commit is contained in:
Rmys
2026-02-12 14:10:34 +03:00
parent 07d1fd1ad0
commit f8792ed6a4
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.67"
KVER ="6.12.70"
def build():
autotools.make("KVER=%s" % KVER )