kernel-6.6.45

This commit is contained in:
Rmys
2024-08-11 17:50:33 +03:00
parent 3ff02494c9
commit 20d9b3f40d
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.40"
KVER ="6.6.45"
def build():
autotools.make("KVER=%s" % KVER )