Add Linux 5.7.8
This change updates the kernel to Linux 5.7.8 based on Ubuntu 5.7.0-15.16
This commit is contained in:
parent
e362d943e3
commit
dcf418425f
4 changed files with 9 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=7
|
||||
KERNEL_PATCHLEVEL=7
|
||||
KERNEL_PATCHLEVEL=8
|
||||
# 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.7.8-1) edge; urgency=medium
|
||||
|
||||
* update to Linux 5.7.8 based on Ubuntu 5.7.0-15.16
|
||||
|
||||
-- Fabian Mastenbroek <mail.fabianm@gmail.com> Fri, 10 Jul 2020 15:39:00 +0200
|
||||
|
||||
pve-edge-kernel (5.7.7-1) edge; urgency=medium
|
||||
|
||||
* update to Linux 5.7.7 based on Ubuntu 5.7.0-14.15
|
||||
|
|
1
debian/control.in
vendored
1
debian/control.in
vendored
|
@ -32,6 +32,7 @@ Build-Depends: asciidoc-base,
|
|||
tar,
|
||||
xmlto,
|
||||
zlib1g-dev,
|
||||
dwarves
|
||||
Build-Conflicts: pve-edge-headers-@KVNAME@,
|
||||
Vcs-Git: git://github.com/fabianishere/pve-edge-kernel.git
|
||||
Vcs-Browser: https://github.com/fabianishere/pve-edge-kernel
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 93b9945a3f10a3ba2554cd99fb1526703797bbc9
|
||||
Subproject commit 108fd7bbcea20db4afa7b824b6603be1003ce006
|
Loading…
Add table
Reference in a new issue