File tree Expand file tree Collapse file tree
kernel-config/release/rk35xx Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11! .gitignore
22.DS_Store
33npm-debug.log *
4+ .idea
Original file line number Diff line number Diff 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
53545352CONFIG_ROCKCHIP_MULTI_RGA=y
53555353CONFIG_ROCKCHIP_RGA_ASYNC=y
5356- # CONFIG_ROCKCHIP_RGA_PROC_FS=y
5354+ CONFIG_ROCKCHIP_RGA_PROC_FS=y
53575355CONFIG_ROCKCHIP_RGA_DEBUG_FS=y
53585356CONFIG_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
53625358CONFIG_ROCKCHIP_RVE_DEBUG_FS=y
53635359CONFIG_ROCKCHIP_RVE_DEBUGGER=y
53645360
You can’t perform that action at this time.
0 commit comments