Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
97b2cf12ab
|
|||
|
1ad8b7f56f
|
|||
|
35541e70bd
|
|||
|
2fc0c38547
|
|||
|
ccb1c46442
|
|||
|
08796d96fc
|
|||
|
642e6073ae
|
+5
-4
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
+1
-1
Submodule submodules/ubuntu-kernel updated: ffe6f65786...00bd2da9a1
Reference in New Issue
Block a user