Update common.mk

This commit is contained in:
jiangcuo 2023-02-20 14:10:13 +08:00 committed by GitHub
parent 09ca1bf7f7
commit ee3bf45ff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ PVE_ZFS_CC ?= ${CC}
### Debian package names
EXTRAVERSION=-edge
KVNAME=${KERNEL_VER}${EXTRAVERSION}
KVNAME=${KERNEL_VER}-${DEB_DISTRIBUTION}
PVE_KERNEL_PKG=pve-kernel-${KVNAME}
PVE_HEADER_PKG=pve-headers-${KVNAME}