Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
0d3d8fdff3
|
|||
|
9bc0e99d58
|
|||
|
97b2cf12ab
|
|||
|
1ad8b7f56f
|
|||
|
35541e70bd
|
|||
|
2fc0c38547
|
|||
|
ccb1c46442
|
+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 = lowlatency-hwe-6.8-next
|
branch = 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=2
|
KREL=1002
|
||||||
|
|
||||||
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-lowlatency-qoup-$(KVNAME)
|
PACKAGE=proxmox-kernel-$(KVNAME)
|
||||||
HDRPACKAGE=proxmox-headers-lowlatency-qoup-$(KVNAME)
|
HDRPACKAGE=proxmox-headers-$(KVNAME)
|
||||||
|
|
||||||
ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule submodules/ubuntu-kernel updated: 8b97f8a67b...00bd2da9a1
Reference in New Issue
Block a user