X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=6e950fdeb62fd24a4b2e61b38a5a2768732c7de8;hb=16f4d03eb4a4a4dfa3ef2e597fd2a1c0128c394e;hp=a47067c7c2ce700509a8798a2fd8cc0fc34c5296;hpb=81dd1548115564e25eee8d0df1466231399280f8;p=pve-kernel.git diff --git a/Makefile b/Makefile index a47067c..6e950fd 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=5 -KERNEL_MIN=15 -KERNEL_PATCHLEVEL=39 +KERNEL_MIN=19 +KERNEL_PATCHLEVEL=17 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=3 +KREL=1 -PKGREL=3 +PKGREL=1 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) @@ -31,7 +31,7 @@ SKIPABI=0 BUILD_DIR=build -KERNEL_SRC=ubuntu-jammy +KERNEL_SRC=ubuntu-kernel KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC) KERNEL_CFG_ORG=config-${KERNEL_VER}.org