Add Linux 5.9.11 (#24)
This change updates the kernel to Linux 5.9.11 based on Ubuntu 5.9-5.9.0-2.3. Co-authored-by: pve-edge-bot[bot] <pve-edge-bot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b98804b3d6
commit
1bee94e99c
3 changed files with 8 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
# also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
|
||||
KERNEL_MAJ=5
|
||||
KERNEL_MIN=9
|
||||
KERNEL_PATCHLEVEL=10
|
||||
KERNEL_PATCHLEVEL=11
|
||||
# increment KREL if the ABI changes (abicheck target in debian/rules)
|
||||
# rebuild packages with new KREL and run 'make abiupdate'
|
||||
KREL=1
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
pve-edge-kernel (5.9.11-1) edge; urgency=medium
|
||||
|
||||
* Update to Linux 5.9.11 based on Ubuntu 5.9-5.9.0-2.3.
|
||||
|
||||
-- Fabian Mastenbroek <mail.fabianm@gmail.com> Mon, 30 Nov 2020 14:11:55 +0000
|
||||
|
||||
pve-edge-kernel (5.9.10-1) edge; urgency=medium
|
||||
|
||||
* Update to Linux 5.9.10 based on Ubuntu 5.9-5.9.0-2.3.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3721ab9d70e793a2a06084b333dec434cab1c8a2
|
||||
Subproject commit cb09dbdb193637a0317923aa4ab8b844d8c9ed13
|
Loading…
Add table
Reference in a new issue