Skip to content

Commit 09c3368

Browse files
committed
Changing the default kernel options
1 parent 559083c commit 09c3368

File tree

10 files changed

+21
-17
lines changed

10 files changed

+21
-17
lines changed

.github/workflows/build-armbian.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ on:
177177
armbian_kernel:
178178
description: "Select kernel version."
179179
required: false
180-
default: "6.1.y_6.6.y"
180+
default: "6.1.y_6.12.y"
181181
type: choice
182182
options:
183183
- 5.4.y
@@ -188,8 +188,9 @@ on:
188188
- 6.12.y
189189
- 5.4.y_5.10.y
190190
- 5.15.y_6.1.y
191-
- 6.6.y_6.12.y
191+
- 6.1.y_6.12.y
192192
- 6.1.y_6.6.y
193+
- 6.6.y_6.12.y
193194
auto_kernel:
194195
description: "Auto use the latest kernel."
195196
required: false

.github/workflows/build-homeassistant.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ on:
178178
armbian_kernel:
179179
description: "Select kernel version."
180180
required: false
181-
default: "6.1.y_6.6.y"
181+
default: "6.1.y_6.12.y"
182182
type: choice
183183
options:
184184
- 5.4.y
@@ -189,8 +189,9 @@ on:
189189
- 6.12.y
190190
- 5.4.y_5.10.y
191191
- 5.15.y_6.1.y
192-
- 6.6.y_6.12.y
192+
- 6.1.y_6.12.y
193193
- 6.1.y_6.6.y
194+
- 6.6.y_6.12.y
194195
auto_kernel:
195196
description: "Auto use the latest kernel."
196197
required: false

.github/workflows/compile-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
kernel_version:
2222
description: "Select kernel version"
2323
required: false
24-
default: "6.6.y"
24+
default: "6.12.y"
2525
type: choice
2626
options:
2727
- 5.4.y

.github/workflows/rebuild-armbian.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ on:
171171
armbian_kernel:
172172
description: "Select kernel version."
173173
required: false
174-
default: "6.1.y_6.6.y"
174+
default: "6.1.y_6.12.y"
175175
type: choice
176176
options:
177177
- 5.4.y
@@ -182,8 +182,9 @@ on:
182182
- 6.12.y
183183
- 5.4.y_5.10.y
184184
- 5.15.y_6.1.y
185-
- 6.6.y_6.12.y
185+
- 6.1.y_6.12.y
186186
- 6.1.y_6.6.y
187+
- 6.6.y_6.12.y
187188
auto_kernel:
188189
description: "Auto use the latest kernel."
189190
required: false

.github/workflows/use-releases-file-to-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ on:
177177
armbian_kernel:
178178
description: "Select kernel version."
179179
required: false
180-
default: "6.1.y_6.6.y"
180+
default: "6.1.y_6.12.y"
181181
type: choice
182182
options:
183183
- 5.4.y
@@ -188,8 +188,9 @@ on:
188188
- 6.12.y
189189
- 5.4.y_5.10.y
190190
- 5.15.y_6.1.y
191-
- 6.6.y_6.12.y
191+
- 6.1.y_6.12.y
192192
- 6.1.y_6.6.y
193+
- 6.6.y_6.12.y
193194
auto_kernel:
194195
description: "Auto use the latest kernel."
195196
required: false

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
armbian_kernel:
2828
description: "Set kernel version."
2929
required: false
30-
default: "6.1.y_5.15.y"
30+
default: "6.1.y_6.12.y"
3131
auto_kernel:
3232
description: "Auto use the latest kernel."
3333
required: false
@@ -52,7 +52,7 @@ inputs:
5252
kernel_version:
5353
description: "Select kernel version"
5454
required: false
55-
default: "6.1.y_5.15.y"
55+
default: "6.1.y_6.12.y"
5656
kernel_auto:
5757
description: "Auto use the latest kernel"
5858
required: false

build-armbian/armbian-files/common-files/etc/model_database.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# The [ common kernel ] includes [ kernel_stable, kernel_flippy, kernel_dev and kernel_beta ], can be used interchangeably.
2020
# The [ specific kernel ] use the kernel version, downloaded from [ kernel_stable ] tags by default, Can replace with [ common kernel ].
2121
# 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.
22-
# 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.
22+
# 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.
2323
# [ stable/all ] = [ kernel_stable/* ] : Used for all devices.
2424
# [ stable/6.x.y ] = [ kernel_stable/6.x.y ] : Used for all devices, Rockchip rk3399/rk3568 series devices specified kernel.
2525
# [ stable/5.x.y ] = [ kernel_stable/5.x.y ] : All devices for Amlogic.

compile-kernel/tools/script/armbian_compile_kernel_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ophub_release_file="/etc/ophub-release"
6565
# Set the default for downloading kernel sources from github.com
6666
repo_owner="unifreq"
6767
repo_branch="main"
68-
build_kernel=("6.1.y" "6.6.y")
68+
build_kernel=("6.1.y" "6.12.y")
6969
# Set whether to use the latest kernel, options: [ true / false ]
7070
auto_kernel="true"
7171
# Set whether to apply custom kernel patches, options: [ true / false ]

rebuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ kernel_repo="https://github.com/ophub/kernel"
8585
default_tags="stable"
8686
kernel_usage=""
8787
# Set the list of kernels used by default(Selectable version)
88-
stable_kernel=("6.6.y" "6.1.y")
88+
stable_kernel=("6.1.y" "6.12.y")
8989
flippy_kernel=(${stable_kernel[@]})
9090
dev_kernel=(${stable_kernel[@]})
9191
beta_kernel=(${stable_kernel[@]})
9292
rk3588_kernel=("5.10.y")
9393
rk35xx_kernel=("5.10.y")
9494
h6_kernel=("6.6.y")
95-
specific_6xy=("6.12.y" "6.6.y" "6.1.y")
96-
specific_5xy=("5.15.y" "5.10.y" "5.4.y")
95+
specific_6xy=("6.1.y" "6.6.y" "6.12.y")
96+
specific_5xy=("5.4.y" "5.10.y" "5.15.y")
9797
# Set to automatically use the latest kernel
9898
auto_kernel="true"
9999
# Initialize the kernel array

recompile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ host_release="$(cat /etc/os-release | grep '^VERSION_CODENAME=.*' | cut -d'=' -f
6262
# Set the default for downloading kernel sources from github.com
6363
repo_owner="unifreq"
6464
repo_branch="main"
65-
build_kernel=("6.1.y" "6.6.y")
65+
build_kernel=("6.1.y" "6.12.y")
6666
# Set whether to use the latest kernel, options: [ true / false ]
6767
auto_kernel="true"
6868
# Set whether to apply custom kernel patches, options: [ true / false ]

0 commit comments

Comments
 (0)