kernel-6.12.54

This commit is contained in:
Rmys
2025-10-21 20:47:09 +03:00
parent 3c21a350d2
commit 1cb35f497b
8 changed files with 53 additions and 11 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.51"
KVER ="6.12.54"
def build():
autotools.make("KVER=%s" % KVER )