Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
458b2bd06b
|
|||
|
b3166a7254
|
|||
|
f10dc16880
|
|||
|
35dab4914d
|
|||
|
7f90b04847
|
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule submodules/ubuntu-kernel updated: 00bd2da9a1...8b97f8a67b
Reference in New Issue
Block a user