Skip to content

Commit

Permalink
Adjusting the default kernel: 6.1.y & 6.6.y
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Apr 20, 2024
1 parent 592ea3b commit 6a6b1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
openwrt_kernel:
description: "Select kernel version"
required: false
default: "6.1.y_5.15.y"
default: "6.1.y_6.6.y"
type: choice
options:
- 5.4.y
Expand Down
2 changes: 1 addition & 1 deletion openwrt_flippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ PACKAGE_SOC_VALUE="all"
KERNEL_REPO_URL_VALUE="breakings/OpenWrt"
# Set kernel tag: kernel_stable, kernel_rk3588, kernel_rk35xx
KERNEL_TAGS=("stable" "rk3588" "rk35xx")
STABLE_KERNEL=("6.1.y" "5.15.y")
STABLE_KERNEL=("6.1.y" "6.6.y")
RK3588_KERNEL=("5.10.y")
RK35XX_KERNEL=("5.10.y")
KERNEL_AUTO_LATEST_VALUE="true"
Expand Down

0 comments on commit 6a6b1b8

Please sign in to comment.