Compare commits

...

2 Commits

Author SHA1 Message Date
7f90b04847
Update Makefile 2024-07-02 08:54:07 +03:00
642e6073ae
Update Makefile 2024-07-02 08:51:48 +03:00

View File

@ -13,8 +13,8 @@ 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)