Skip to content

Commit c27ced9

Browse files
committed
Adjust the default kernels for rk3588 and rk35xx
1 parent d3a0153 commit c27ced9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rebuild

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ stable_kernel=("5.15.y" "6.1.y")
9191
flippy_kernel=(${stable_kernel[@]})
9292
dev_kernel=(${stable_kernel[@]})
9393
beta_kernel=(${stable_kernel[@]})
94-
rk3588_kernel=("5.10.y")
95-
rk35xx_kernel=("5.10.y")
94+
rk3588_kernel=("6.1.y")
95+
rk35xx_kernel=("6.1.y")
9696
h6_kernel=("6.6.y")
9797
specific_6xy=("6.1.y" "6.6.y" "6.12.y")
9898
specific_5xy=("5.4.y" "5.10.y" "5.15.y")
@@ -103,7 +103,6 @@ declare -A tags_list
103103

104104
# Initialize the build device
105105
build_board="all"
106-
107106
# Set Armbian size (Unit: MiB, boot_mb >= 256, root_mb >= 2048)
108107
boot_mb="512"
109108
root_mb="3000"

0 commit comments

Comments
 (0)