13
13
kernel_source :
14
14
description : " Select the kernel source"
15
15
required : false
16
- default : " unifreq /linux-5.10.y-rk35xx "
16
+ default :
" dy008 /linux-[email protected] "
17
17
type : choice
18
18
options :
19
19
- unifreq/linux-5.10.y-rk35xx
20
20
- codesnas/linux-5.10.y-rk35xx
21
21
22
+
22
23
kernel_version :
23
24
description : " Select kernel version"
24
25
required : false
25
- default : " 5.10 .y"
26
+ default : " 6.1 .y"
26
27
type : choice
27
28
options :
28
29
- 5.10.y
65
66
kernel_sign :
66
67
description : " Set the kernel custom signature"
67
68
required : false
68
- default : " -rk35xx-ophub "
69
+ default : " -rk35xx-dy008 "
69
70
type : choice
70
71
options :
71
72
- -rk35xx-ophub
78
79
- -summer-growing
79
80
- -autumn-harvesting
80
81
- -winter-storing
81
- - -yourname
82
+ - -rk35xx-dy008
82
83
kernel_config :
83
84
description : " Set the path of kernel .config"
84
85
required : false
@@ -147,12 +148,12 @@ jobs:
147
148
run : |
148
149
df -hT ${PWD}
149
150
mkdir -p /builder/{kernel,output}
150
- ln -sf /builder/kernel /home/runner/work/_actions/ophub /amlogic-s9xxx-armbian/main/compile-kernel/kernel
151
- ln -sf /builder/output /home/runner/work/_actions/ophub /amlogic-s9xxx-armbian/main/compile-kernel/output
151
+ ln -sf /builder/kernel /home/runner/work/_actions/dy008 /amlogic-s9xxx-armbian/main/compile-kernel/kernel
152
+ ln -sf /builder/output /home/runner/work/_actions/dy008 /amlogic-s9xxx-armbian/main/compile-kernel/output
152
153
echo "status=success" >> ${GITHUB_OUTPUT}
153
154
154
155
- name : Compile the kernel [ ${{ inputs.kernel_version }} ]
155
- uses : ophub /amlogic-s9xxx-armbian@main
156
+ uses : dy008 /amlogic-s9xxx-armbian@main
156
157
if : ${{ steps.mapped.outputs.status }} == 'success' && !cancelled()
157
158
with :
158
159
build_target : kernel
@@ -175,7 +176,7 @@ jobs:
175
176
token : ${{ secrets.GITHUB_TOKEN }}
176
177
body : |
177
178
- The kernel can be used to compile Armbian and OpenWrt.
178
- - The kernel source code comes from: unifreq /linux-5.10.y-rk35xx
179
+ - The kernel source code comes from: dy008 /linux-[email protected]
179
180
- The kernel compilation toolchain: gcc
180
181
- This is a dedicated kernel for `Rockchip rk3528/rk3566/rk3568` and is not compatible with other series.
181
182
- 这是 `Rockchip rk3528/rk3566/rk3568` 专用内核,和其他系列不通用。
0 commit comments