X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=45226762db84b71c8fb35d7a6687b7b2f43c8116;hb=2bebed59351ceefe53e7bca7a913fd6c549efed8;hp=c17a92dd8397d9aeb5a09bb02873c04ca9f96624;hpb=f722fe471298218f88aee5cd5d39fdf489e94fcf;p=pve-kernel.git diff --git a/Makefile b/Makefile index c17a92d..4522676 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=35 +KERNEL_MIN=18 +KERNEL_PATCHLEVEL=0 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' KREL=1 -PKGREL=1 +PKGREL=1~WIP1 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-kinetic KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC) KERNEL_CFG_ORG=config-${KERNEL_VER}.org