kernel-6.6.36

This commit is contained in:
Rmys
2024-06-29 17:57:37 +03:00
parent 8fd0b3ba0f
commit bf00a67a48
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.32"
KVER ="6.6.36"
def build():
autotools.make("KVER=%s" % KVER )