summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2020-12-14 10:50:49 +0100
committerManuel Bentele2020-12-14 10:50:49 +0100
commitef5da38fd7e740b6f9c986bbabbcfb8032c573f2 (patch)
treed72c7a878daf6e236acffaf934be5f2053baaee1
parent[FUSE] Fix build: Add dnbd3-build to dependencies (diff)
downloaddnbd3-ef5da38fd7e740b6f9c986bbabbcfb8032c573f2.tar.gz
dnbd3-ef5da38fd7e740b6f9c986bbabbcfb8032c573f2.tar.xz
dnbd3-ef5da38fd7e740b6f9c986bbabbcfb8032c573f2.zip
[BUILD] add support for Linux LTS kernel 5.10.x
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8e7e1df..babbe4c 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.9.x** or **5.4.x**
+ - Archlinux with **Linux kernel 5.10.x** or **5.4.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**
@@ -24,7 +24,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.9.x or 5.4.x
+#### Archlinux with Linux kernel 5.10.x or 5.4.x
```shell
pacman -S git \
make \