7 Commits

Author SHA1 Message Date
lirent 97b2cf12ab v6.8.8-1002 2024-07-02 16:22:35 +03:00
lirent 1ad8b7f56f Update Makefile 2024-07-02 13:45:02 +03:00
lirent 35541e70bd Merge branch 'rdtsc-spoof' into develop 2024-07-02 11:53:58 +03:00
lirent 2fc0c38547 Merge branch 'rdtsc-spoof' into develop 2024-07-02 09:33:16 +03:00
lirent ccb1c46442 Update submodules 2024-07-02 09:27:56 +03:00
lirent 08796d96fc Update submodules 2024-07-02 09:19:41 +03:00
lirent 642e6073ae Update Makefile 2024-07-02 08:51:48 +03:00
3 changed files with 7 additions and 6 deletions
+5 -4
View File
@@ -1,6 +1,7 @@
[submodule "submodules/zfsonlinux"]
path = submodules/zfsonlinux
url = ../zfsonlinux
[submodule "submodules/ubuntu-kernel"] [submodule "submodules/ubuntu-kernel"]
path = submodules/ubuntu-kernel path = submodules/ubuntu-kernel
url = ../mirror_ubuntu-kernels url = https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/jammy/
branch = hwe-6.8-next
[submodule "submodules/zfsonlinux"]
path = submodules/zfsonlinux
url = https://git.proxmox.com/git/zfsonlinux.git
+1 -1
View File
@@ -6,7 +6,7 @@ KERNEL_MIN=8
KERNEL_PATCHLEVEL=8 KERNEL_PATCHLEVEL=8
# increment KREL for every published package release! # increment KREL for every published package release!
# rebuild packages with new KREL and run 'make abiupdate' # rebuild packages with new KREL and run 'make abiupdate'
KREL=2 KREL=1002
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)