virtualbox ver. bump

This commit is contained in:
Rmys
2025-07-25 18:19:04 +03:00
parent ab84eb648e
commit ee90cf2351
8 changed files with 205 additions and 14 deletions
@@ -67,6 +67,8 @@ def build():
shelltools.system("patch -p1 < kernel-6.5.patch")
shelltools.system("patch -p1 < kernel-6.6.patch")
shelltools.system("patch -p1 < kernel-6.8.patch")
shelltools.system("patch -p1 < kernel-6.10.patch")
shelltools.system("patch -p1 < kernel-6.12.patch")
shelltools.export("SYSSRC", "/lib/modules/%s/build" % KDIR)
shelltools.cd("kernel")