Merge pull request #32 from fabianishere/v5.9.x
Finish Linux 5.9 branch
This commit is contained in:
commit
6c91c1d6a7
5 changed files with 34 additions and 4 deletions
2
.github/workflows/watch.yml
vendored
2
.github/workflows/watch.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: [ubuntu-latest]
|
runs-on: [ubuntu-latest]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: ['v5.9.x']
|
branch: []
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Sources
|
- name: Checkout Sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
# also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
|
# also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
|
||||||
KERNEL_MAJ=5
|
KERNEL_MAJ=5
|
||||||
KERNEL_MIN=9
|
KERNEL_MIN=9
|
||||||
KERNEL_PATCHLEVEL=8
|
KERNEL_PATCHLEVEL=16
|
||||||
# increment KREL if the ABI changes (abicheck target in debian/rules)
|
# increment KREL if the ABI changes (abicheck target in debian/rules)
|
||||||
# rebuild packages with new KREL and run 'make abiupdate'
|
# rebuild packages with new KREL and run 'make abiupdate'
|
||||||
KREL=1
|
KREL=1
|
||||||
|
|
|
@ -5,7 +5,7 @@ Custom Linux kernels for Promox VE 6.
|
||||||
1. Linux 5.6 (EOL)
|
1. Linux 5.6 (EOL)
|
||||||
2. Linux 5.7 (EOL)
|
2. Linux 5.7 (EOL)
|
||||||
3. Linux 5.8 (EOL)
|
3. Linux 5.8 (EOL)
|
||||||
4. Linux 5.9
|
4. Linux 5.9 (EOL)
|
||||||
|
|
||||||
#### Flavors
|
#### Flavors
|
||||||
1. Proxmox
|
1. Proxmox
|
||||||
|
|
30
debian/changelog
vendored
30
debian/changelog
vendored
|
@ -1,3 +1,33 @@
|
||||||
|
pve-edge-kernel (5.9.16-1) edge; urgency=medium
|
||||||
|
|
||||||
|
* Update to Linux 5.9.16 based on Ubuntu 5.9-5.9.0-2.3.
|
||||||
|
|
||||||
|
-- Fabian Mastenbroek <mail.fabianm@gmail.com> Mon, 21 Dec 2020 14:11:06 +0000
|
||||||
|
|
||||||
|
pve-edge-kernel (5.9.14-1) edge; urgency=medium
|
||||||
|
|
||||||
|
* Update to Linux 5.9.14 based on Ubuntu 5.9-5.9.0-2.3.
|
||||||
|
|
||||||
|
-- Fabian Mastenbroek <mail.fabianm@gmail.com> Mon, 14 Dec 2020 14:10:23 +0000
|
||||||
|
|
||||||
|
pve-edge-kernel (5.9.12-1) edge; urgency=medium
|
||||||
|
|
||||||
|
* Update to Linux 5.9.12 based on Ubuntu 5.9-5.9.0-2.3.
|
||||||
|
|
||||||
|
-- Fabian Mastenbroek <mail.fabianm@gmail.com> Mon, 07 Dec 2020 14:09:02 +0000
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
-- Fabian Mastenbroek <mail.fabianm@gmail.com> Mon, 23 Nov 2020 14:09:42 +0000
|
||||||
|
|
||||||
pve-edge-kernel (5.9.8-1) edge; urgency=medium
|
pve-edge-kernel (5.9.8-1) edge; urgency=medium
|
||||||
|
|
||||||
* Update to Linux 5.9.8 based on Ubuntu 5.9-5.9.0-2.3.
|
* Update to Linux 5.9.8 based on Ubuntu 5.9-5.9.0-2.3.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 77288b3c6f58954a276b73766ccecda40b3241c5
|
Subproject commit af39f8a385bd2179c491027f2b829349805e5bd8
|
Loading…
Reference in a new issue