kernel-6.6.92

This commit is contained in:
Rmys
2025-05-24 16:48:42 +03:00
parent b3de6c0e7f
commit 2721f062c9
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.87"
KVER ="6.6.92"
def build():
autotools.make("KVER=%s" % KVER )