summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManuel Bentele2020-12-14 10:31:01 +0100
committerManuel Bentele2020-12-14 10:31:01 +0100
commit72d6570c7069c1650cfb3860ee90a715f0f10316 (patch)
tree19b3908576a362226408206abbfb28293b5ffae3 /README.md
parentChange format specifiers %PRIxMAX to %jx to avoid macros (diff)
downloadxloop-72d6570c7069c1650cfb3860ee90a715f0f10316.tar.gz
xloop-72d6570c7069c1650cfb3860ee90a715f0f10316.tar.xz
xloop-72d6570c7069c1650cfb3860ee90a715f0f10316.zip
Add support of Linux LTS kernel 5.10.x
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 fb2f01a..dc8f0b6 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This repository contains the source code for the xloop Linux kernel modules
and the user space utility **xlosetup** to configure xloop devices. The xloop Linux kernel modules can be built for the following Linux kernel versions and Linux 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**
@@ -22,7 +22,7 @@ and the user space utility **xlosetup** to configure xloop devices. The xloop Li
### Preliminaries
A build of the xloop Linux kernel modules and the xlosetup utility requires the installation of the following build tools and libraries under your supported Linux 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 \