4 Commits

Author SHA1 Message Date
lirent 2fc0c38547 Merge branch 'rdtsc-spoof' into develop 2024-07-02 09:33:16 +03:00
lirent ccb1c46442 Update submodules 2024-07-02 09:27:56 +03:00
lirent 08796d96fc Update submodules 2024-07-02 09:19:41 +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 = 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-qoup-$(KVNAME)
HDRPACKAGE=proxmox-headers-qoup-$(KVNAME)
ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)