Skip to content

Commit

Permalink
5.10 config
Browse files Browse the repository at this point in the history
  • Loading branch information
pjw66 committed Aug 22, 2024
1 parent c6978ee commit 2a838fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/compile-release-rk35xx-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ on:
kernel_source:
description: "Select the kernel source"
required: false
default: "unifreq/linux-5.10.y-rk35xx"
default: "pjw66/linux-5.10.y-rk35xx"
type: choice
options:
- unifreq/linux-5.10.y-rk35xx
- codesnas/linux-5.10.y-rk35xx
- armbian/[email protected]
- pjw66/linux-5.10.y-rk35xx
kernel_version:
description: "Select kernel version"
required: false
Expand Down Expand Up @@ -65,7 +66,7 @@ on:
kernel_sign:
description: "Set the kernel custom signature"
required: false
default: "-rk35xx-ophub"
default: "-pjw66"
type: choice
options:
- -rk35xx-ophub
Expand All @@ -78,7 +79,7 @@ on:
- -summer-growing
- -autumn-harvesting
- -winter-storing
- -yourname
- -pjw66
kernel_config:
description: "Set the path of kernel .config"
required: false
Expand Down

0 comments on commit 2a838fa

Please sign in to comment.