Skip to content

Commit

Permalink
Changing the default kernel options
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Feb 12, 2025
1 parent 559083c commit 09c3368
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 17 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ on:
armbian_kernel:
description: "Select kernel version."
required: false
default: "6.1.y_6.6.y"
default: "6.1.y_6.12.y"
type: choice
options:
- 5.4.y
Expand All @@ -188,8 +188,9 @@ on:
- 6.12.y
- 5.4.y_5.10.y
- 5.15.y_6.1.y
- 6.6.y_6.12.y
- 6.1.y_6.12.y
- 6.1.y_6.6.y
- 6.6.y_6.12.y
auto_kernel:
description: "Auto use the latest kernel."
required: false
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-homeassistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ on:
armbian_kernel:
description: "Select kernel version."
required: false
default: "6.1.y_6.6.y"
default: "6.1.y_6.12.y"
type: choice
options:
- 5.4.y
Expand All @@ -189,8 +189,9 @@ on:
- 6.12.y
- 5.4.y_5.10.y
- 5.15.y_6.1.y
- 6.6.y_6.12.y
- 6.1.y_6.12.y
- 6.1.y_6.6.y
- 6.6.y_6.12.y
auto_kernel:
description: "Auto use the latest kernel."
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
kernel_version:
description: "Select kernel version"
required: false
default: "6.6.y"
default: "6.12.y"
type: choice
options:
- 5.4.y
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/rebuild-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ on:
armbian_kernel:
description: "Select kernel version."
required: false
default: "6.1.y_6.6.y"
default: "6.1.y_6.12.y"
type: choice
options:
- 5.4.y
Expand All @@ -182,8 +182,9 @@ on:
- 6.12.y
- 5.4.y_5.10.y
- 5.15.y_6.1.y
- 6.6.y_6.12.y
- 6.1.y_6.12.y
- 6.1.y_6.6.y
- 6.6.y_6.12.y
auto_kernel:
description: "Auto use the latest kernel."
required: false
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/use-releases-file-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ on:
armbian_kernel:
description: "Select kernel version."
required: false
default: "6.1.y_6.6.y"
default: "6.1.y_6.12.y"
type: choice
options:
- 5.4.y
Expand All @@ -188,8 +188,9 @@ on:
- 6.12.y
- 5.4.y_5.10.y
- 5.15.y_6.1.y
- 6.6.y_6.12.y
- 6.1.y_6.12.y
- 6.1.y_6.6.y
- 6.6.y_6.12.y
auto_kernel:
description: "Auto use the latest kernel."
required: false
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
armbian_kernel:
description: "Set kernel version."
required: false
default: "6.1.y_5.15.y"
default: "6.1.y_6.12.y"
auto_kernel:
description: "Auto use the latest kernel."
required: false
Expand All @@ -52,7 +52,7 @@ inputs:
kernel_version:
description: "Select kernel version"
required: false
default: "6.1.y_5.15.y"
default: "6.1.y_6.12.y"
kernel_auto:
description: "Auto use the latest kernel"
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# The [ common kernel ] includes [ kernel_stable, kernel_flippy, kernel_dev and kernel_beta ], can be used interchangeably.
# The [ specific kernel ] use the kernel version, downloaded from [ kernel_stable ] tags by default, Can replace with [ common kernel ].
# You can specify multiple kernel version matching formats, such as 6.1.43, 5.15.y, 6.x.y, 5.15.y_6.1.y, etc.
# Where [ 5.x.y ] includes 5.4.y, 5.10.y, 5.15.y, and [ 6.x.y ] includes 6.1.y and 6.6.y.
# Where [ 5.x.y ] includes 5.4.y, 5.10.y, 5.15.y, and [ 6.x.y ] includes 6.1.y, 6.6.y and 6.12.y.
# [ stable/all ] = [ kernel_stable/* ] : Used for all devices.
# [ stable/6.x.y ] = [ kernel_stable/6.x.y ] : Used for all devices, Rockchip rk3399/rk3568 series devices specified kernel.
# [ stable/5.x.y ] = [ kernel_stable/5.x.y ] : All devices for Amlogic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ophub_release_file="/etc/ophub-release"
# Set the default for downloading kernel sources from github.com
repo_owner="unifreq"
repo_branch="main"
build_kernel=("6.1.y" "6.6.y")
build_kernel=("6.1.y" "6.12.y")
# Set whether to use the latest kernel, options: [ true / false ]
auto_kernel="true"
# Set whether to apply custom kernel patches, options: [ true / false ]
Expand Down
6 changes: 3 additions & 3 deletions rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ kernel_repo="https://github.com/ophub/kernel"
default_tags="stable"
kernel_usage=""
# Set the list of kernels used by default(Selectable version)
stable_kernel=("6.6.y" "6.1.y")
stable_kernel=("6.1.y" "6.12.y")
flippy_kernel=(${stable_kernel[@]})
dev_kernel=(${stable_kernel[@]})
beta_kernel=(${stable_kernel[@]})
rk3588_kernel=("5.10.y")
rk35xx_kernel=("5.10.y")
h6_kernel=("6.6.y")
specific_6xy=("6.12.y" "6.6.y" "6.1.y")
specific_5xy=("5.15.y" "5.10.y" "5.4.y")
specific_6xy=("6.1.y" "6.6.y" "6.12.y")
specific_5xy=("5.4.y" "5.10.y" "5.15.y")
# Set to automatically use the latest kernel
auto_kernel="true"
# Initialize the kernel array
Expand Down
2 changes: 1 addition & 1 deletion recompile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ host_release="$(cat /etc/os-release | grep '^VERSION_CODENAME=.*' | cut -d'=' -f
# Set the default for downloading kernel sources from github.com
repo_owner="unifreq"
repo_branch="main"
build_kernel=("6.1.y" "6.6.y")
build_kernel=("6.1.y" "6.12.y")
# Set whether to use the latest kernel, options: [ true / false ]
auto_kernel="true"
# Set whether to apply custom kernel patches, options: [ true / false ]
Expand Down

0 comments on commit 09c3368

Please sign in to comment.