7 Commits

Author SHA1 Message Date
lirent 458b2bd06b Merge branch 'rdtsc-spoof' into lowlatency-develop 2024-07-02 11:53:10 +03:00
lirent b3166a7254 Merge branch 'rdtsc-spoof' into lowlatency-develop 2024-07-02 09:33:36 +03:00
lirent f10dc16880 Change ubuntu-kernel branch 2024-07-02 09:22:16 +03:00
lirent 35dab4914d Merge branch 'develop' into lowlatency-develop 2024-07-02 09:20:05 +03:00
lirent 08796d96fc Update submodules 2024-07-02 09:19:41 +03:00
lirent 7f90b04847 Update Makefile 2024-07-02 08:54:07 +03:00
lirent 642e6073ae Update Makefile 2024-07-02 08:51:48 +03:00
3 changed files with 8 additions and 7 deletions
+5 -4
View File
@@ -1,6 +1,7 @@
[submodule "submodules/zfsonlinux"]
path = submodules/zfsonlinux
url = ../zfsonlinux
[submodule "submodules/ubuntu-kernel"]
path = submodules/ubuntu-kernel
url = ../mirror_ubuntu-kernels
url = https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/jammy/
branch = lowlatency-hwe-6.8-next
[submodule "submodules/zfsonlinux"]
path = submodules/zfsonlinux
url = https://git.proxmox.com/git/zfsonlinux.git
+2 -2
View File
@@ -13,8 +13,8 @@ KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
EXTRAVERSION=-$(KREL)-pve
KVNAME=$(KERNEL_VER)$(EXTRAVERSION)
PACKAGE=proxmox-kernel-$(KVNAME)
HDRPACKAGE=proxmox-headers-$(KVNAME)
PACKAGE=proxmox-kernel-lowlatency-qoup-$(KVNAME)
HDRPACKAGE=proxmox-headers-lowlatency-qoup-$(KVNAME)
ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)