Update Makefile

This commit is contained in:
2024-07-02 08:54:07 +03:00
parent 642e6073ae
commit 7f90b04847
+2 -2
View File
@@ -13,8 +13,8 @@ KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
EXTRAVERSION=-$(KREL)-pve
KVNAME=$(KERNEL_VER)$(EXTRAVERSION)
PACKAGE=proxmox-kernel-qoup-$(KVNAME)
HDRPACKAGE=proxmox-headers-qoup-$(KVNAME)
PACKAGE=proxmox-kernel-lowlatency-qoup-$(KVNAME)
HDRPACKAGE=proxmox-headers-lowlatency-qoup-$(KVNAME)
ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)