From 65871396d5cfa47457b0f2470f3c73ebeed7e681 Mon Sep 17 00:00:00 2001 From: "wujianping@kaihongdigi.com" Date: Thu, 9 Jun 2022 19:19:51 -0700 Subject: [PATCH] Modify README Signed-off-by: wujianping@kaihongdigi.com --- README.md | 4 ++-- README_zh.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 README.md mode change 100644 => 100755 README_zh.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 2fc913b..e9bdfad --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For more information about Linux LTS 5.10.y, visit the [official kernel website] ## Composition of Config -1. Common configuration file +1. Common configuration files Config provides common configuration files for different systems: @@ -27,7 +27,7 @@ For more information about Linux LTS 5.10.y, visit the [official kernel website] 2. Configuration files for open-source development boards - Configuration file for the open-source development board Hi3516D V300 used in the standard system + Configuration files for the open-source development board Hi3516D V300 used in the standard system ## Directory Structure diff --git a/README_zh.md b/README_zh.md old mode 100644 new mode 100755 -- Gitee