summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManuel Bentele2021-11-30 14:15:12 +0100
committerManuel Bentele2021-11-30 14:33:44 +0100
commitf0915321f415b9f875810b739c201f25c4833f27 (patch)
treeb1edbdb07b1678cecfd12b791015c1ab26a56528 /README.md
parent[BUILD] Fix issue in CMake kernel header check (diff)
downloaddnbd3-f0915321f415b9f875810b739c201f25c4833f27.tar.gz
dnbd3-f0915321f415b9f875810b739c201f25c4833f27.tar.xz
dnbd3-f0915321f415b9f875810b739c201f25c4833f27.zip
[KERNEL] Add support for Linux kernel 5.15.x LTS
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fb4adab..a21667e 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ This repository contains the source code for the following dnbd3 components:
The dnbd3 components can be built for the following Linux kernel versions and Unix distributions:
- - Archlinux with **Linux kernel 5.10.x** or **5.4.x**
+ - Archlinux with **Linux kernel 5.15.x** or **5.10.x**
- Raspberry Pi OS with **Linux kernel 5.4.x**
- Ubuntu 20.04 with **Linux kernel 5.4.x**
- Ubuntu 18.04 with **Linux kernel 4.19.x**
@@ -27,7 +27,7 @@ The dnbd3 components can be built for the following Linux kernel versions and Un
### Preliminaries
A build of the dnbd3 components requires the installation of the following build tools and libraries under your supported Unix distribution.
-#### Archlinux with Linux kernel 5.10.x or 5.4.x
+#### Archlinux with Linux kernel 5.15.x or 5.10.x
```shell
pacman -S git \
make \