kernel-6.6.30

This commit is contained in:
Rmys
2024-05-04 17:10:54 +03:00
parent 56fcd7ce95
commit c23810fc12
8 changed files with 856 additions and 15 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import kerneltools
KDIR = kerneltools.getKernelVersion()
KVER ="5.15.158"
KVER ="6.6.30"
def build():
autotools.make("KVER=%s" % KVER )