From e35a641fd4fbd73c7bccb79eb32deed2ea1e1e0b Mon Sep 17 00:00:00 2001 From: yafen Date: Sun, 27 Sep 2020 14:15:34 +0800 Subject: [PATCH] fix kernel version in README --- README.en.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index 39ca58627738..8bec7d3d7fe3 100644 --- a/README.en.md +++ b/README.en.md @@ -2,9 +2,9 @@ #### Description -The 4.19.90 kernel for running on Raspberry Pi, branch master is the branch on development. +The 4.19.90 kernel for running on Raspberry Pi. -This repository is based on [4.19.90-2003.4.0](https://gitee.com/openeuler/kernel/tree/openEuler-1.0-LTS/) version kernel which is built into openEuler 20.03 LTS, and is merged with the 4.19.y branch of [Raspberry Pi kernel](https://github.com/raspberrypi/linux/tree/rpi-4.19.y). +This repository is based on [openEuler 20.03 LTS](https://gitee.com/openeuler/kernel/tree/openEuler-1.0-LTS/) version kernel, and is merged with the 4.19.y branch of [Raspberry Pi kernel](https://github.com/raspberrypi/linux/tree/rpi-4.19.y). #### Architecture Requirements diff --git a/README.md b/README.md index 9812291edc9b..d4b1a78dbfc2 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ #### 介绍 -适用于树莓派 的 4.19.90 版本的内核源码,主开发分支为 master 分支。 +适用于树莓派 的 4.19.90 版本的内核源码。 -本仓库基于 openEuler 20.3 LTS 的 [4.19.90-2003.4.0](https://gitee.com/openeuler/kernel/tree/4.19.90-2003.4.0/) 版本的内核,合并了上游 [树莓派内核 4.19.y](https://github.com/raspberrypi/linux/tree/rpi-4.19.y) 的分支代码。 +本仓库基于 [openEuler 20.03 LTS](https://gitee.com/openeuler/kernel/tree/openEuler-1.0-LTS/) 版本的内核,合并了上游 [树莓派内核 4.19.y](https://github.com/raspberrypi/linux/tree/rpi-4.19.y) 的分支代码。 #### 支持硬件 -- Gitee