buildsys: fixup PKGREL

only used for top level name, we could actually get this from the DEB
environment variables.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-04-20 13:54:26 +02:00
parent ea78e7fd12
commit 0b45be4e3b

View File

@ -6,7 +6,7 @@ KERNEL_PATCHLEVEL=107
# rebuild packages with new KREL and run 'make abiupdate'
KREL=1
PKGREL=2
PKGREL=1
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)