Add Linux 5.8.11 (#17)
This change updates the kernel to Linux 5.8.11 based on Ubuntu 5.8.0-20.21. Co-authored-by: fabianishere <fabianishere@users.noreply.github.com>
This commit is contained in:
parent
e55d7f8741
commit
d22faa64d9
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=8
|
||||
KERNEL_PATCHLEVEL=9
|
||||
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.8.11-1) edge; urgency=medium
|
||||
|
||||
* Update to Linux 5.8.11 based on Ubuntu 5.8.0-20.21.
|
||||
|
||||
-- Fabian Mastenbroek <mail.fabianm@gmail.com> Wed, 23 Sep 2020 19:45:18 +0000
|
||||
|
||||
pve-edge-kernel (5.8.9-1) edge; urgency=medium
|
||||
|
||||
* update to Linux 5.8.9 based on Ubuntu-5.8.0-19.20
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 04ff5c365bef0b896eb9a2b291dab667a33a433e
|
||||
Subproject commit 48b2c96f75dfe0cd51c78b21aef34ccd8426bd6a
|
Loading…
Add table
Reference in a new issue