5 Commits

4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[submodule "submodules/ubuntu-kernel"] [submodule "submodules/ubuntu-kernel"]
path = submodules/ubuntu-kernel path = submodules/ubuntu-kernel
url = https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/jammy/ url = https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/jammy/
branch = hwe-6.8-next branch = lowlatency-hwe-6.8-next
[submodule "submodules/zfsonlinux"] [submodule "submodules/zfsonlinux"]
path = submodules/zfsonlinux path = submodules/zfsonlinux
url = https://git.proxmox.com/git/zfsonlinux.git url = https://git.proxmox.com/git/zfsonlinux.git
+3 -3
View File
@@ -6,15 +6,15 @@ KERNEL_MIN=8
KERNEL_PATCHLEVEL=8 KERNEL_PATCHLEVEL=8
# increment KREL for every published package release! # increment KREL for every published package release!
# rebuild packages with new KREL and run 'make abiupdate' # rebuild packages with new KREL and run 'make abiupdate'
KREL=1002 KREL=2
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
EXTRAVERSION=-$(KREL)-pve EXTRAVERSION=-$(KREL)-pve
KVNAME=$(KERNEL_VER)$(EXTRAVERSION) KVNAME=$(KERNEL_VER)$(EXTRAVERSION)
PACKAGE=proxmox-kernel-$(KVNAME) PACKAGE=proxmox-kernel-lowlatency-qoup-$(KVNAME)
HDRPACKAGE=proxmox-headers-$(KVNAME) HDRPACKAGE=proxmox-headers-lowlatency-qoup-$(KVNAME)
ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH) ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)