Skip to content

Commit 61c358b

Browse files
committed
Update kernel descriptions
1 parent f164938 commit 61c358b

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.github/workflows/compile-kernel-on-a-server.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ jobs:
193193
makeLatest: false
194194
token: ${{ secrets.GITHUB_TOKEN }}
195195
body: |
196-
The kernel can be used to compile Armbian and OpenWrt.
197-
The kernel source code comes from: ${{ inputs.kernel_source }}
198-
The kernel compilation toolchain: ${{ inputs.kernel_toolchain }}
196+
- These are Mainline LTS(Long Term Support) kernels that provide `stable` support for Armbian.
197+
- It works with most `Amlogic`, `Rockchip`, and `Allwinner` devices. For specific details, please refer to the instructions on the homepage of repository.
198+
- Dedicated BSP kernels for other Rockchip and Allwinner devices can be downloaded from the [ophub/kernel](https://github.com/ophub/kernel) repository.
199+
- 这些是主线 LTS(长期支持)内核,为 Armbian 提供`稳定`的支持。
200+
- 适用于 `amlogic`,`rockchip`,`allwinner` 的大部分设备,具体可以参考仓库首页的说明。
201+
- 其他的 Rockchip 和 Allwinner 设备专用 BSP 内核可以在 [ophub/kernel](https://github.com/ophub/kernel) 仓库里下载使用。

.github/workflows/compile-kernel-using-docker.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ jobs:
224224
makeLatest: false
225225
token: ${{ secrets.GITHUB_TOKEN }}
226226
body: |
227-
The kernel can be used to compile Armbian and OpenWrt.
228-
The kernel source code comes from: ${{ inputs.kernel_source }}
229-
The kernel compilation toolchain: ${{ inputs.kernel_toolchain }}
227+
- These are Mainline LTS(Long Term Support) kernels that provide `stable` support for Armbian.
228+
- It works with most `Amlogic`, `Rockchip`, and `Allwinner` devices. For specific details, please refer to the instructions on the homepage of repository.
229+
- Dedicated BSP kernels for other Rockchip and Allwinner devices can be downloaded from the [ophub/kernel](https://github.com/ophub/kernel) repository.
230+
- 这些是主线 LTS(长期支持)内核,为 Armbian 提供`稳定`的支持。
231+
- 适用于 `amlogic`,`rockchip`,`allwinner` 的大部分设备,具体可以参考仓库首页的说明。
232+
- 其他的 Rockchip 和 Allwinner 设备专用 BSP 内核可以在 [ophub/kernel](https://github.com/ophub/kernel) 仓库里下载使用。

0 commit comments

Comments
 (0)