Skip to content

Commit 511452d

Browse files
committed
Update kernel descriptions
1 parent 5cc7e2d commit 511452d

File tree

5 files changed

+18
-29
lines changed

5 files changed

+18
-29
lines changed

.github/workflows/compile-allwinner-h6-kernel.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ jobs:
238238
makeLatest: true
239239
token: ${{ secrets.GITHUB_TOKEN }}
240240
body: |
241-
- The kernel can be used to compile Armbian and OpenWrt.
242-
- The kernel source code comes from: ${{ inputs.kernel_source }}
243-
- The kernel compilation toolchain: ${{ inputs.kernel_toolchain }}
244-
- This is a dedicated kernel for `Allwinner H6 (TQC-A01)` and is not compatible with other series.
245-
- 这是 `全志 H6(TQC-A01)` 设备的专用内核,和其他系列不通用。
241+
- These kernels can be used for Armbian and OpenWrt.
242+
- These are dedicated kernels for `Allwinner H6 (TQC-A01)` devices and are not compatible with other series.
243+
- 这些内核可用于 Armbian 和 OpenWrt。
244+
- 这些是 `全志 H6(TQC-A01)` 设备的专用内核,和其他系列不通用。

.github/workflows/compile-beta-kernel.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,5 @@ jobs:
237237
makeLatest: true
238238
token: ${{ secrets.GITHUB_TOKEN }}
239239
body: |
240-
- The kernel can be used to compile Armbian and OpenWrt.
241-
- The kernel source code comes from: ${{ inputs.kernel_source }}
242-
- The kernel compilation toolchain: ${{ inputs.kernel_toolchain }}
243-
- This is a `beta version` kernel, tweaked to suit your little needs.
244-
- 这是`测试版`内核,为了满足你的小需求而折腾。
240+
- This is a beta kernel intended only for specific testing purposes. Do not use it unless you know what you are doing.
241+
- 这是`测试版`内核,仅用于特定需求的测试,不知情勿用。

.github/workflows/compile-longterm-kernel.yml renamed to .github/workflows/compile-mainline-stable-kernel.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#==========================================================================
2-
# Description: Compile longterm kernel
2+
# Description: Compile mainline stable kernel
33
# Copyright (C) 2021 https://github.com/unifreq/openwrt_packit
44
# Copyright (C) 2021 https://github.com/ophub/kernel
55
#==========================================================================
66

7-
name: Compile longterm kernel
7+
name: Compile mainline stable kernel
88

99
on:
1010
repository_dispatch:
@@ -242,8 +242,7 @@ jobs:
242242
makeLatest: true
243243
token: ${{ secrets.GITHUB_TOKEN }}
244244
body: |
245-
- The kernel can be used to compile Armbian and OpenWrt.
246-
- The kernel source code comes from: ${{ inputs.kernel_source }}
247-
- The kernel compilation toolchain: ${{ inputs.kernel_toolchain }}
248-
- This is a `stable` kernel, which can be used in Armbian and OpenWrt.
249-
- 这是`稳定版`内核,可以在 Armbian 和 OpenWrt 里使用。
245+
- These are Mainline LTS(Long Term Support) kernels that provide `stable` support for Armbian and OpenWrt.
246+
- It works with most `Amlogic`, `Rockchip`, and `Allwinner` devices. For specific details, please refer to the instructions on the homepage of each system's repository.
247+
- 这些是主线 LTS(长期支持)内核,为 Armbian 和 OpenWrt 提供`稳定`的支持。
248+
- 适用于 `amlogic`,`rockchip`,`allwinner` 的大部分设备,具体可以参考各系统仓库首页的说明。

.github/workflows/compile-rockchip-rk3588-kernel.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,7 @@ jobs:
216216
makeLatest: true
217217
token: ${{ secrets.GITHUB_TOKEN }}
218218
body: |
219-
- The kernel can be used to compile Armbian and OpenWrt.
220-
- The kernel source code comes from: ${{ inputs.kernel_source }}
221-
- The kernel compilation toolchain: ${{ inputs.kernel_toolchain }}
222-
- This is a dedicated kernel for `Rockchip rk3588` and is not compatible with other series.
223-
- Kernels with `flippy` in the name are maintained by [flippy](https://github.com/unifreq). The others are automatically compiled online.
224-
- 这是 `Rockchip rk3588` 专用内核,和其他系列不通用。
219+
- These are dedicated BSP kernels for `Rockchip rk3588` and are not compatible with other series.
220+
- Those with `flippy` in the filename are manually uploaded kernels maintained and shared by [flippy](https://github.com/unifreq), while the others are automatically compiled online.
221+
- 这些是 `Rockchip rk3588` 专用 BSP 内核,和其他系列不通用。
225222
- 其中名字里带有 `flippy` 的是手动上传的由 [flippy](https://github.com/unifreq) 大佬维护制作分享的内核,其他是在线自动编译的。

.github/workflows/compile-rockchip-rk35xx-kernel.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,7 @@ jobs:
216216
makeLatest: true
217217
token: ${{ secrets.GITHUB_TOKEN }}
218218
body: |
219-
- The kernel can be used to compile Armbian and OpenWrt.
220-
- The kernel source code comes from: unifreq/linux-5.10.y-rk35xx
221-
- The kernel compilation toolchain: gcc
222-
- This is a dedicated kernel for `Rockchip rk3528/rk3566/rk3568` and is not compatible with other series.
223-
- Kernels with `flippy` in the name are maintained by [flippy](https://github.com/unifreq). The others are automatically compiled online.
224-
- 这是 `Rockchip rk3528/rk3566/rk3568` 专用内核,和其他系列不通用。
219+
- These are dedicated BSP kernels for `Rockchip rk3528/rk3566/rk3568` and are not compatible with other series.
220+
- Those with `flippy` in the filename are manually uploaded kernels maintained and shared by [flippy](https://github.com/unifreq), while the others are automatically compiled online.
221+
- 这些是 `Rockchip rk3528/rk3566/rk3568` 专用 BSP 内核,和其他系列不通用。
225222
- 其中名字里带有 `flippy` 的是手动上传的由 [flippy](https://github.com/unifreq) 大佬维护制作分享的内核,其他是在线自动编译的。

0 commit comments

Comments
 (0)