Skip to content

Commit a93cd04

Browse files
committed
feat:更新内核编译参数
1 parent 1b4b97a commit a93cd04

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
echo "status=success" >> ${GITHUB_OUTPUT}
115115
116116
- name: Compile the kernel [ ${{ inputs.kernel_version }} ]
117-
uses: ophub/amlogic-s9xxx-armbian@main
117+
uses: hellotheasia/amlogic-s9xxx-armbian@main
118118
if: ${{ steps.init.outputs.status }} == 'success' && !cancelled()
119119
with:
120120
build_target: kernel

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "status=success" >> ${GITHUB_OUTPUT}
9393
9494
- name: Compile the kernel [ ${{ inputs.kernel_version }} ]
95-
uses: ophub/amlogic-s9xxx-armbian@main
95+
uses: hellotheasia/amlogic-s9xxx-armbian@main
9696
if: ${{ steps.init.outputs.status }} == 'success' && !cancelled()
9797
with:
9898
build_target: kernel

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
!.gitignore
22
.DS_Store
33
npm-debug.log*
4+
.idea

kernel-config/release/rk35xx/config-5.10

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5349,16 +5349,12 @@ CONFIG_BACKLIGHT_LED=y
53495349
# CONFIG_ROCKCHIP_RGA is not set
53505350
# end of RGA
53515351

5352-
# CONFIG_ROCKCHIP_RGA2=y
5353-
# CONFIG_ROCKCHIP_RGA2_PROC_FS is not set
53545352
CONFIG_ROCKCHIP_MULTI_RGA=y
53555353
CONFIG_ROCKCHIP_RGA_ASYNC=y
5356-
# CONFIG_ROCKCHIP_RGA_PROC_FS=y
5354+
CONFIG_ROCKCHIP_RGA_PROC_FS=y
53575355
CONFIG_ROCKCHIP_RGA_DEBUG_FS=y
53585356
CONFIG_ROCKCHIP_RGA_DEBUGGER=y
5359-
# CONFIG_ROCKCHIP_MULTI_RGA is not set
5360-
CONFIG_ROCKCHIP_RVE=m
5361-
# CONFIG_ROCKCHIP_RVE_PROC_FS is not set
5357+
CONFIG_ROCKCHIP_RVE=y
53625358
CONFIG_ROCKCHIP_RVE_DEBUG_FS=y
53635359
CONFIG_ROCKCHIP_RVE_DEBUGGER=y
53645360

0 commit comments

Comments
 (0)