Update Makefile

This commit is contained in:
Gregory Lirent 2024-07-02 18:16:55 +03:00
parent 62c378789f
commit 37ee4a2cb3
Signed by: lirent
GPG Key ID: F616BE337EFFEE77

View File

@ -6,12 +6,12 @@ KERNEL_MIN=8
KERNEL_PATCHLEVEL=8
# increment KREL for every published package release!
# rebuild packages with new KREL and run 'make abiupdate'
KREL=1002
KREL=2
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
EXTRAVERSION=-$(KREL)-pve
EXTRAVERSION=-$(KREL)-qoup
KVNAME=$(KERNEL_VER)$(EXTRAVERSION)
PACKAGE=proxmox-kernel-$(KVNAME)
HDRPACKAGE=proxmox-headers-$(KVNAME)