kernel-6.6.83

This commit is contained in:
Rmys
2025-04-01 19:14:24 +03:00
parent f789e00148
commit fc7bfb20c4
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.72"
KVER ="6.6.83"
def build():
autotools.make("KVER=%s" % KVER )