kernel-6.12.82

This commit is contained in:
Rmys
2026-04-20 17:34:11 +03:00
parent f40a91e414
commit 728faacb4a
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.12.78"
KVER ="6.12.82"
def build():
autotools.make("KVER=%s" % KVER )