kernel-6.6.61

This commit is contained in:
Rmys
2024-11-16 14:32:12 +03:00
parent b74f3e88f1
commit 0ff25218f2
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.6.56"
KVER ="6.6.61"
def build():
autotools.make("KVER=%s" % KVER )