From 642e6073aef1a1a6c93f02ec93bb4980888522c3 Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Tue, 2 Jul 2024 08:51:48 +0300 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b74bcd3..820a5f8 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) EXTRAVERSION=-$(KREL)-pve KVNAME=$(KERNEL_VER)$(EXTRAVERSION) -PACKAGE=proxmox-kernel-$(KVNAME) -HDRPACKAGE=proxmox-headers-$(KVNAME) +PACKAGE=proxmox-kernel-qoup-$(KVNAME) +HDRPACKAGE=proxmox-headers-qoup-$(KVNAME) ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)