kernel-6.6.40

This commit is contained in:
Rmys
2024-07-18 11:25:24 +03:00
parent f1f22c244e
commit 26bf6412fc
6 changed files with 46 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.6.36"
KVER ="6.6.40"
def build():
autotools.make("KVER=%s" % KVER )