Skip to content

Commit

Permalink
Update code comment descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Apr 26, 2023
1 parent f1db9b5 commit 47e8227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ script_repo="${script_repo//tree\/main/trunk}"

# Set the kernel download repository from github.com
kernel_repo="https://github.com/ophub/kernel"
# Set the default kernel tags(kernel_xxx) that can be replaced via the [ -u ] parameter
# Set the tags(kernel_xxx) of the default kernel that can be replaced via the [ -u ] parameter
default_tags="stable"
# Set the tags of the specified kernel
# Set the tags(kernel_xxx) of the specified kernel, such as 5.15.y, 6.1.y, etc.
specify_tags="${default_tags}"
# Set the list of kernels used by default
rk3588_kernel=("5.10.1")
Expand Down

0 comments on commit 47e8227

Please sign in to comment.